jonbeau
Is a spending limit possible?
Hello, yes, you have to join priority boarding with
/beta
https://docs.railway.app/reference/usage-limits6 replies
Define a build order / setting a build delay (build NextJS after Strapi)
I recall from the docs a phase dependency where you can have one part of the build be dependent on another. https://nixpacks.com/docs/configuration/file#phase-dependencies but maybe it doesn't apply here
15 replies
apt-get update failing due to a missing GLIBC_2.36 version
The faster support I'm reffering to is the support SLA offered on the enterprise plan. A service level agreement means, for example only, that Railway would agree to respond to your ticket in x amount of time and resolve it in y. I haven't used it, I'm only on the hobby plan.
139 replies
Error deploy flask
I did a quick search and I'm not sure there is currently a solution for you to use msqlclient. You could try to install the stuff manually as Brody has mentioned in the past.
https://nixpacks.com/docs/guides/configuring-builds But you're probably better off switching to postgres.
https://nixpacks.com/docs/guides/configuring-builds But you're probably better off switching to postgres.
11 replies
Error deploy flask
https://bookmarklets.up.railway.app/log-downloader/
By using this bookmarklet you can easily download the full log.
11 replies
Connect to services using Private Networks
I have some suggestions before someone smarter than me comes and tells you the answer 🙂
Although it says HTTP you could try https instead of http.
Also have your app listen on the railway provided
port
environment variable if you aren't already.10 replies
Can't manually fill MySQL
I think the response will be to use an alternative to the railway UI for now, as it's not up to par with the rest of their service. So yeah a one time script, that's what I do, or a database tool. (also, postgres is quite cheaper than mysql you may look into that instead)
13 replies
Where can you store Media Files?
There is not that I know of, but you could probably use this. https://railway.app/template/Nan7Bs There is another one for downloading.
15 replies
Region Selection
Hello, currently regions are only available to pro plan members with a priority boarding pass, as far as I know. But if you sign up for the pro plan, it's easy to join priority boarding with /beta https://railway.app/changelog/2023-09-08-regions
14 replies
Where can you store Media Files?
Hello, you'll want to use a volume to store persistent data. https://docs.railway.app/reference/volumes
15 replies