Deployment button not executing deployment
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
Solution:Jump to solution
I don't immediately have a solution, but I would recommend trying to write a Dockerfile instead
19 Replies
Project ID:
4713c1f6-1710-4e59-bfc6-2aaa0aaea3e0
@Brody 🙏
please read #🛂|readme #5
Oh. I’m sorry bout that
can you try to reproduce this on a desktop browser
Okay let me try
Yes it worked on My PC thank you!
There’s a weird unusual build failure which I think it’s because of the new update
I can’t deploy anything
Please help on this one it’s new and I don’t think it’s from my code
Solution
I don't immediately have a solution, but I would recommend trying to write a Dockerfile instead
My god!
How!!, where do I even start and my company needs this update ASAP 😭
there would be many great resources out there for writing a Dockerfile for a python app
Okay thank you. Well maybe it’s time to migrate. Thanks Brody!
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
Please Real quick, does railway have a way to export db data yet?
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
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
Okay 👌
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
glad you where able to solve it