2 years ago
I have made some changes to my project a couple of times (which included environmental variables and git source) but when I click deploy nothing happens, no error either and when I click details I get a client error message as seen below, I need help!
My project ID is : 4713c1f6-1710-4e59-bfc6-2aaa0aaea3e0
27 Replies
2 years ago
please read <#727685388893945877> #5
2 years ago
can you try to reproduce this on a desktop browser
There’s a weird unusual build failure which I think it’s because of the new update
2 years ago
I don't immediately have a solution, but I would recommend trying to write a Dockerfile instead
2 years ago
there would be many great resources out there for writing a Dockerfile for a python app
2 years ago
Dockerfiles would definitely be the move, you get far more control over the build process
Yea. I don’t really have time to test and handle dependencies , I’ve almost been through it before
2 years ago
I'm sorry but I'm not sure what testing and handling dependencies has to do with Dockerfiles, in my experience you get a far more stable build experience with Dockerfiles Vs nixpacks
2 years ago
that wouldn't be specific to railway as it's a standard postgres database, so anything that can dump a postgres 16 database will work just fine
Alright I’ll try some docs (maybe it’s different from what I thought) I hope it’s quick to implement
2 years ago
simple Dockerfiles like what you'd need are very easy
Thanks Brody! you saved me, it's actually simple like you said, so i used docker and the error was more plain because the build broke when it was installing a dep "twisted-iocpsupport", i removed the dep it was useless in the project and everything worked as usual. well i reverted back to nixpack, it seems faster
2 years ago
glad you where able to solve it


