Customer
Comments
-
I’m having the same issue, is there any news on that ?
-
The support told me that We convert that for you. wss:// is not a valid path in our configurations. I also had a 404 error and that meant that the request hit the server but I had not well config...
-
By the way, you can also use the pkill command. I find it easier to do pkill php or pkill node. The pkill command kills processes by name, and it kills all of them, no need to check each individual...
-
At this time the router only supports redirects. You can do rewrites o the application container in .platform.app.yaml. See: https://docs.platform.sh/configuration/app/web.html#how-can-i-rewrite-...
-
Can use the API to check the fastly service performance also. One important thing is the hit ratio. To see what it’s been like in the last 24 hours: I’m on OSX, where the date function is non-stan...
-
At some point the convention for variable naming was changed. FASTLY_SERVICE_ID became FASTLY_API_SERVICE so check what is really set in your environment and adjust the examples accordingly.
-
Yes! In your .platform.app.yaml, you’ll want to declare an additional location block for /api, and include the directory that it should reference in the root key and the front controller for the si...
-
The GitLab runner 8.9 introduced a new feature called shallow cloning. This feature allows GitLab runner to fetch only a subset of your repository commit history as opposed to the whole commit his...
-
I also had to set the Git strategy for pipelines to git clone to make it work
-
I was able to resolve the problem by following this.