Hey ! Deploying Issue
i keep getting this error while i'm deploying my first app
Operations to perform:
Apply all migrations: admin, auth, contenttypes, members, posts, sessions
Running migrations:
No migrations to apply.
/bin/bash: line 1: gunicorn: command not found
Operations to perform:
Apply all migrations: admin, auth, contenttypes, members, posts, sessions
Running migrations:
No migrations to apply.
/bin/bash: line 1: gunicorn: command not found
Operations to perform:
Apply all migrations: admin, auth, contenttypes, members, posts, sessions
Running migrations:
No migrations to apply.
/bin/bash: line 1: gunicorn: command not found
Operations to perform:
Apply all migrations: admin, auth, contenttypes, members, posts, sessions
Running migrations:
No migrations to apply.
/bin/bash: line 1: gunicorn: command not found
Operations to perform:
Apply all migrations: admin, auth, contenttypes, members, posts, sessions
Running migrations:
No migrations to apply.
/bin/bash: line 1: gunicorn: command not found
Operations to perform:
Apply all migrations: admin, auth, contenttypes, members, posts, sessions
Running migrations:
No migrations to apply.
/bin/bash: line 1: gunicorn: command not found
Operations to perform:
Apply all migrations: admin, auth, contenttypes, members, posts, sessions
Running migrations:
No migrations to apply.
/bin/bash: line 1: gunicorn: command not found
Operations to perform:
Apply all migrations: admin, auth, contenttypes, members, posts, sessions
Running migrations:
No migrations to apply.
/bin/bash: line 1: gunicorn: command not found
Operations to perform:
Apply all migrations: admin, auth, contenttypes, members, posts, sessions
Running migrations:
No migrations to apply.
/bin/bash: line 1: gunicorn: command not found
13 Replies
so its missing
gunicorn
is detection off?Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
i tried and had same problem
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
oh thanks it works but now i got this Forbidden (Origin checking failed - https://mazadi-tool-production.up.railway.app does not match any trusted origins.): /members/login/
Not Found: /favicon.ico
Not Found: /favicon.ico
Not Found: /static/styles/core.css
Not Found: /static/styles/icon-font.min.css
Not Found: /static/styles/style.css
Not Found: /static/styles/mycss.css
Not Found: /static/styles/icon-font.min.css
Not Found: /static/styles/core.css
Not Found: /static/styles/style.css
Not Found: /static/scripts/core.js
Not Found: /static/scripts/core.js
Not Found: /static/scripts/script.min.js
Not Found: /static/scripts/process.js
Not Found: /static/images/almazadi/newlogo.png
Not Found: /static/images/login-page-img.png
Not Found: /static/scripts/layout-settings.js
Not Found: /static/scripts/script.min.js
Not Found: /static/scripts/process.js
Not Found: /static/images/almazadi/newlogo.png
[2022-08-29 19:07:07 +0000] [1] [INFO] Handling signal: term
[2022-08-29 19:07:07 +0000] [12] [INFO] Worker exiting (pid: 12)
[2022-08-29 19:07:07 +0000] [1] [INFO] Shutting down: Master
Is this a Django app?
If so you've gotta set the authorized domain list
GitHub
starters/settings.py at master · railwayapp/starters
Railway starters. Contribute to railwayapp/starters development by creating an account on GitHub.
Make sure this is * or includes your railway domain
I’m still getting the same error and statics not found
Unsure
You'll have to debug on your own sadly. If you want something ready working please use the Template
Thanks you bro
Welcome sorry I couldn't help more!