R
Railway2y ago
Filik

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
eirk
eirk2y ago
so its missing gunicorn is detection off?
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
Filik
Filik2y ago
i tried and had same problem
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
Filik
Filik2y ago
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
JustJake
JustJake2y ago
Is this a Django app? If so you've gotta set the authorized domain list
JustJake
JustJake2y ago
GitHub
starters/settings.py at master · railwayapp/starters
Railway starters. Contribute to railwayapp/starters development by creating an account on GitHub.
JustJake
JustJake2y ago
Make sure this is * or includes your railway domain
Filik
Filik2y ago
Filik
Filik2y ago
I’m still getting the same error and statics not found
JustJake
JustJake2y ago
Unsure You'll have to debug on your own sadly. If you want something ready working please use the Template
Filik
Filik2y ago
Thanks you bro
JustJake
JustJake2y ago
Welcome sorry I couldn't help more!