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
Describe the bug
The login page causes an internal server error
To Reproduce
Go to '/account/login'
Expected behavior
A login form
Additional context
Docker version 19.03.8
Running on windows with WSL 2 and powershell
Logs
...
File "/app/templates/account/login.html", line 2, in <module>
{% import 'macros/form_macros.html' as f %}
File "/app/templates/layouts/base.html", line 40, in <module>
{% block content %}
File "/app/templates/account/login.html", line 22, in <module>
<a href="{{ url_for('account.reset_password_request') }}">Forgot password?</a>
...
werkzeug.routing.BuildError: Could not build url for endpoint 'account.reset_password_request'.
Did you mean 'account.reset_password' instead?
The text was updated successfully, but these errors were encountered:
Describe the bug
The login page causes an internal server error
To Reproduce
Expected behavior
A login form
Additional context
Docker version 19.03.8
Running on windows with WSL 2 and powershell
Logs
The text was updated successfully, but these errors were encountered: