smilefl0w
Not Found error
https://groelle-lagerde-production.up.railway.app/
This is the supposed link
4 replies
Crash but no Deploy Logs
That would be this one: https://groelle-lagerde-production.up.railway.app/
25 replies
Crash but no Deploy Logs
Sorry, I'm a bit slow.
Completely new to this.
I reloaded the page a few times but There is still a
"Not Found
The requested resource was not found on this server." - Error
The RAILWAY_STATIC_URL still goes over my head. I'll have to read into that.
Is the Not Found related to that?
Right now my settings look like this:
DEBUG = False
ALLOWED_HOSTS = ["groelle-lagerde-production.up.railway.app"]
While the Allowed host is the generated Domain from reailway.app
25 replies
Crash but no Deploy Logs
Right now the generated link shows a not found http response.
The Deploy Logs provide this:
Operations to perform:
Apply all migrations: admin, auth, contenttypes, databank, sessions
Running migrations:
No migrations to apply.
[2023-03-19 15:24:51 +0000] [1] [INFO] Starting gunicorn 20.1.0
[2023-03-19 15:24:51 +0000] [1] [INFO] Listening at: http://0.0.0.0:6348 (1)
[2023-03-19 15:24:51 +0000] [1] [INFO] Using worker: sync
[2023-03-19 15:24:51 +0000] [12] [INFO] Booting worker with pid: 12
Where would I find the RAILWAY_STATIC_URL when navigating railway.app?
25 replies
Crash but no Deploy Logs
It seems that all requirements have been loaded.
=== Successfully Built! ===
And stuff.
Now there is an error after I set debug to false (though there are no Allowed hosts yet. I guess I have to give it the generated link?
Error:
Operations to perform:
Apply all migrations: admin, auth, contenttypes, databank, sessions
Running migrations:
No migrations to apply.
/bin/bash: line 1: gunicorn: command not found
25 replies