R
Railway•4mo ago
Mekatilili

Bad Request 404 accessing the URL

Hi folks, I have deployed an app(Django) everything is green apart from when I click the URL I get bad request404.
Solution:
im getting a 400 code. maybe turn on debug mode to see an error message?...
Jump to solution
8 Replies
Percy
Percy•4mo ago
Project ID: N/A
Brody
Brody•4mo ago
please send the domain
Mekatilili
Mekatilili•4mo ago
kanisaos.up.railway.app
Solution
Brody
Brody•4mo ago
im getting a 400 code. maybe turn on debug mode to see an error message?
Mekatilili
Mekatilili•4mo ago
I have successfully deployed it. Thank you and stay awesome
Brody
Brody•4mo ago
happy to help where I can
Mekatilili
Mekatilili•4mo ago
Totally unrelated but correlated 😄 I am looking for a way if a new user registers to the application they have a new database of their own.
Brody
Brody•4mo ago
don't quite know why that's needed, and it would not be worth it to code up, you'd need to talk to the railway api to spin up a new database for every user, that would also be very expensive running a database for every user. not to mention you would only be able to spin up 10 before you need to upgrade beyond pro, since there's a limit of 10 volumes per project and each database comes with a volume