Nixpacks build failed
marine44
HOBBYOP

a year ago

First time user here.

Impossible to upload a project from github, tried ruby and python.

Each time Nixpacks fails.

Solved

7 Replies

brody
EMPLOYEE

a year ago

Hello,

Unfortunately, Nixpacks can't yet read our minds on what application in our monorepos that we want to deploy, so you would have to do a little bit of setup, fortunately, we have a guide for that! -

https://docs.railway.com/tutorials/deploying-a-monorepo

Best,

Brody


Status changed to Awaiting User Response Railway about 1 year ago


marine44
HOBBYOP

a year ago

I have done that and same issue


Status changed to Awaiting Railway Response Railway about 1 year ago


brody
EMPLOYEE

a year ago

Hello,

Doesn't look like anything has changed since I last looked at your project on Railway, please try following the guide I have linked.

Best,
Brody


Status changed to Awaiting User Response Railway about 1 year ago


brody

Hello,Unfortunately, Nixpacks can't yet read our minds on what application in our monorepos that we want to deploy, so you would have to do a little bit of setup, fortunately, we have a guide for that! -https://docs.railway.com/tutorials/deploying-a-monorepoBest,Brody

marine44
HOBBYOP

a year ago

OK I have deployed again, this time success, but cant access the application.


Status changed to Awaiting Railway Response Railway about 1 year ago


brody
EMPLOYEE

a year ago

This is a flask app, you need to run it with gunicorn.

Add gunicorn to your requirements.txt file and then set an appropriate start command in the service settings.


Status changed to Awaiting User Response Railway about 1 year ago


brody

This is a flask app, you need to run it with gunicorn.Add gunicorn to your requirements.txt file and then set an appropriate start command in the service settings.

marine44
HOBBYOP

a year ago

Thanks! I have completed this but still the application will not run - please let me know what comes next


Status changed to Awaiting Railway Response Railway about 1 year ago


brody
EMPLOYEE

a year ago

There are errors printed in your deploy logs, please check them out so you can review the errors in order to make the needed fixes in your code.


Status changed to Awaiting User Response Railway about 1 year ago


Railway
BOT

6 months ago

This thread has been marked as solved automatically due to a lack of recent activity. Please re-open this thread or create a new one if you require further assistance. Thank you!

Status changed to Solved Railway 6 months ago


Loading...