App main page works, but other doesn't
Anonymous
TRIALOP

2 years ago

The main page works, but when flask switches to result.html, it results in a 405 error on the browser.

It works locally.

Flask app, after submitting any result it doesn't work.
https://gpa.nauseous.dev/

Here's the repo:
https://github.com/Nauseouswave/GPA-Calculator

4 Replies

Anonymous
TRIALOP

2 years ago

b8abc0df-62f0-49f0-a022-85591d0b6a42


brody
EMPLOYEE

2 years ago

please make sure you are using https everywhere


Anonymous
TRIALOP

2 years ago

I connect to the URL, directly, the app code is simple. I switched to heroku to test it and it worked without changing anything.


brody
EMPLOYEE

2 years ago

heroku does a lot of hand holding, on railway you code is ran as-is.

please make sure you are using https everywhere


Loading...