When I am trying to login to my website, it just reloads the page, instead of redirecting to the page it should go to, using @login_required.
The only output is:
127.0.0.1 - - [19/Sep/2018 14:07:22] "POST /user/sign-in HTTP/1.1" 302 - 127.0.0.1 - - [19/Sep/2018 14:07:22] "GET /user/sign-in HTTP/1.1" 200 -
Is this an issue with my code, or the library (using v1.0)?
Thanks!
When I am trying to login to my website, it just reloads the page, instead of redirecting to the page it should go to, using
@login_required
. The only output is:127.0.0.1 - - [19/Sep/2018 14:07:22] "POST /user/sign-in HTTP/1.1" 302 - 127.0.0.1 - - [19/Sep/2018 14:07:22] "GET /user/sign-in HTTP/1.1" 200 -
Is this an issue with my code, or the library (using v1.0)? Thanks!