You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, thanks for the tutorial.
When trying the example, testing it using make deploy, i'm getting a "POST / HTTP/1.1" 405 - so when I submit the form, i get an url with "Method Not Allowed".
I really don't understand why i'm getting this error but i'm just learning flask and Flask-WTF.
All the dependencies are installed and i'm not getting any other errors or warnings. Any thoughts?
The text was updated successfully, but these errors were encountered:
Hello, thanks for the tutorial.
When trying the example, testing it using
make deploy
, i'm getting a"POST / HTTP/1.1" 405 -
so when I submit the form, i get an url with "Method Not Allowed".I really don't understand why i'm getting this error but i'm just learning
flask
andFlask-WTF
.All the dependencies are installed and i'm not getting any other errors or warnings. Any thoughts?
The text was updated successfully, but these errors were encountered: