Deployment button not executing deployment
Anonymous
TRIALOP

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

Anonymous
TRIALOP

2 years ago

@Brody 🙏


brody
EMPLOYEE

2 years ago

please read <#727685388893945877> #5


Anonymous
TRIALOP

2 years ago

Oh. I’m sorry bout that


brody
EMPLOYEE

2 years ago

can you try to reproduce this on a desktop browser


Anonymous
TRIALOP

2 years ago

Okay let me try


Anonymous
TRIALOP

2 years ago

Yes it worked on My PC thank you!


Anonymous
TRIALOP

2 years ago

There’s a weird unusual build failure which I think it’s because of the new update


Anonymous
TRIALOP

2 years ago

I can’t deploy anything

1246598427878363400
1246598428105117700


Anonymous
TRIALOP

2 years ago

Please help on this one it’s new and I don’t think it’s from my code


brody
EMPLOYEE

2 years ago

I don't immediately have a solution, but I would recommend trying to write a Dockerfile instead


Anonymous
TRIALOP

2 years ago

My god!


Anonymous
TRIALOP

2 years ago

How!!, where do I even start and my company needs this update ASAP 😭


brody
EMPLOYEE

2 years ago

there would be many great resources out there for writing a Dockerfile for a python app


Anonymous
TRIALOP

2 years ago

Okay thank you. Well maybe it’s time to migrate. Thanks Brody!


brody
EMPLOYEE

2 years ago

Dockerfiles would definitely be the move, you get far more control over the build process


Anonymous
TRIALOP

2 years ago

Yea. I don’t really have time to test and handle dependencies , I’ve almost been through it before


Anonymous
TRIALOP

2 years ago

Please Real quick, does railway have a way to export db data yet?


brody
EMPLOYEE

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


brody
EMPLOYEE

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


Anonymous
TRIALOP

2 years ago

Alright I’ll try some docs (maybe it’s different from what I thought) I hope it’s quick to implement


Anonymous
TRIALOP

2 years ago

Okay 👌


brody
EMPLOYEE

2 years ago

simple Dockerfiles like what you'd need are very easy


Anonymous
TRIALOP

2 years ago

Here is what i came up with

1246615476696646000


Anonymous
TRIALOP

2 years ago

does the container dir matter ?


Anonymous
TRIALOP

2 years ago

do i need to also tell railway where to find the docker file?


Anonymous
TRIALOP

2 years ago

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


brody
EMPLOYEE

2 years ago

glad you where able to solve it


Loading...