Pepijn
Pepijn
Explore posts from servers
RRailway
Created by Pepijn on 8/16/2024 in #✋|help
Services not loading in Railway dashboard
No description
8 replies
RRailway
Created by Pepijn on 8/6/2024 in #✋|help
New Edge Proxy 5xx errors
All our projects using the new edge proxy are having many intermittent 5xx errors since the 1st of august. I guess there have been some updates to the proxy resulting in these errors. Our projects often consists of a Strapi CMS and/or a MedusaJS backend with a NextJS frontend. If the backends use the Edge proxy these errors will directly occur during build time of the NextJS project, but also during runtimes when a dynamic fetch is done by the NextJS server to one of the backends. Switching back to the legacy proxy works perfectly fine.
16 replies
RRailway
Created by Pepijn on 7/18/2024 in #✋|help
Env variables available during build but not runtime of PHP application
I have succesfully been able to build a laravel project with a custom dockerfile, and the container gets up and running. The only thing not working seems to be the loading of the variables. I have also added a test.php file to read from getenv / $_ENV / $_SERVER but all of those turn up empty. (https://backend-staging-9bdd.up.railway.app/test.php) With our NodeJs/NextJs projects everything works fine.
5 replies
RRailway
Created by Pepijn on 6/24/2024 in #✋|help
Sync environment issue
No description
9 replies
RRailway
Created by Pepijn on 6/17/2024 in #✋|help
V2 runtime issue when setting port as 443
I just created a new instance with automatically the V2 runtime set and here the builds do not deploy and I get the error message:
Error: listen EACCES: permission denied 0.0.0.0:443
Error: listen EACCES: permission denied 0.0.0.0:443
When I switch the runtime back to Legacy, it works and deploys correctly. If I try to change the port to something else, i.e. 3000, with the V2 runtime the healthcheck does not work. It is a NextJs project.
21 replies
RRailway
Created by Pepijn on 5/15/2024 in #✋|help
Error: updating service name
I keep getting the error Error: updating service name when trying to update a name of a service.
7 replies
RRailway
Created by Pepijn on 3/25/2024 in #✋|help
Lost a service on the canvas
Hi, for one of our projects a service block is 'missing' on the canvas and nowhere to be found. It still exists, I can see in through observability and there with the service ID I can still open the specific service. But I need it back on the canvas, how can I do that?
9 replies
RRailway
Created by Pepijn on 3/22/2024 in #✋|help
Pg_dump memory spike
No description
6 replies
CDCloudflare Developers
Created by Pepijn on 3/20/2024 in #pages-help
Internal server error with static images
No description
14 replies
CDCloudflare Developers
Created by Pepijn on 3/18/2024 in #pages-help
Pricing / subscription unclear
At https://pages.cloudflare.com/ there are clear pricing options. However at the moment Workers & Pages are shown as 1 in the CF dashboard and the pricing plans there are very different. We want to upgrade to have concurrent CF pages builds, but I cannot find out where to do this.
3 replies
CDCloudflare Developers
Created by Pepijn on 3/14/2024 in #pages-help
Yarn v3/v4 cache
Pages has automatic caching for many package managers, including yarn v1 (https://developers.cloudflare.com/pages/configuration/build-caching/#package-managers). Unfortunately not for newer versions. Will this be added in the near future?
1 replies
RRailway
Created by Pepijn on 2/26/2024 in #✋|help
Sporadic Request failed with status: 503
I have a NextJs build where I pull in data from a Strapi CMS instance. This goes well half the time, the other half of the time I get sporadic 503s for some endpoint fetches. Going manually to those routes always works. Rebuilding works also most of the time. Everything is hosted in one Railway project. What could cause these 503s? And how could it be resolved.
6 replies
RRailway
Created by Pepijn on 2/23/2024 in #✋|help
Deploying changes not working
I have staged changes that I am trying to apply, but after a while it just shows an error "Failed to commit changes / An unknown error occurred"
5 replies
RRailway
Created by Pepijn on 2/23/2024 in #✋|help
Force app sleeping / pause or shutdown instances
Besides the automatic app sleeping, is there a way to force shutdown or pause instances? Use-case: we use staging environments for projects, but sometimes the development on a specific project is idle for a while. For that period of time I want to shutdown or pause an environment or all instances in it without losing all configuration.
7 replies
RRailway
Created by Pepijn on 2/15/2024 in #✋|help
Redeploy without cache
I have an instance with NextJs deployed, where the .next cache folder needs to be cleared, because the build had stale files and breaking the build output. I need a way to remove that file, more easily I would expect to have a checkbox on redeploy, to redeploy without any caches. I created a second image with exact same configuration, which works for now. But of course in production not really an option to do it like this, to create a new instance and reset domains.
9 replies
RRailway
Created by Pepijn on 1/31/2024 in #✋|help
EU sites down
Same issue here, sites down... Taking pretty long to mitigate
47 replies
RRailway
Created by Pepijn on 1/30/2024 in #✋|help
Waiting for build to start
I have encountered multiple times already that builds take 5 minutes to start, showing a message "Waiting for build to start...". This is the only build running for my account and no other projects or environments in queue. Why does this happen?
38 replies
RRailway
Created by Pepijn on 12/12/2023 in #✋|help
When will app sleeping work with private networking
The app sleeping feature is very cool, however it does not work in combination with private networking at the moment. When will this be available / is this on the roadmap?
6 replies
RRailway
Created by Pepijn on 12/11/2023 in #✋|help
Committing changed settings are skipped
When updating variables or settings and committing these changes with the new UI, the builds are skipped when the last commit has no changes in the watch patterns. One would expect that a build triggered by updating variables or settings are always executed and not skipped.
12 replies
RRailway
Created by Pepijn on 12/11/2023 in #✋|help
Postgres private database URL issues
Is it possible to change the postgres password? New instances of postgres were recently updated to contain special characters, but this is breaking node-postgres connection for us. Error starting server Error: The specified connection string for your PostgreSQL database might have illegal characters. Please check that it only contains allowed characters [a-zA-Z0-9]
7 replies