/bin/bash: line 1: gunicorn: command not found Flask app, I tried everything I found online.
My app worked fine until I added some content. I went through everything and couldn't find anything that could have broken the site. I tried many configurations but the error stays the same. Gunicorn has always been in requirements.txt, I have the Procfile and nothing works.
I need the site online as soon as possible and it's driving me crazy.
This is my repo and you can see all the changes and things I tried to make it work:
https://github.com/NezaVizintin/Neza_cv_personal_website
The site stopped working after the "updated portfolio" github commit.
GitHub
GitHub - NezaVizintin/Neza_cv_personal_website: My personal CV page
My personal CV page . Contribute to NezaVizintin/Neza_cv_personal_website development by creating an account on GitHub.
Solution:Jump to solution
The site stopped working after the "updated portfolio" github commit.that commit added a
package.json
file, causing railway to think this is a node app instead of a python app, remove the package.json file...6 Replies
Project ID:
af5b0d88-054c-4778-8b57-264a3ac9df7b
Project ID: af5b0d88-054c-4778-8b57-264a3ac9df7b
build logs please https://bookmarklets.up.railway.app/log-downloader/
Solution
The site stopped working after the "updated portfolio" github commit.that commit added a
package.json
file, causing railway to think this is a node app instead of a python app, remove the package.json fileI will find send the logs asap but the build seemed to be successful. I will try removing package.json
Oh my god this worked! Thank you so much, I would buy you a beer if I could. I spend hours on this.
no worries, thank you for the thought 🙂