Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] 500 Internal server error on login page #26

Closed
JonasUJ opened this issue Jun 26, 2020 · 3 comments · Fixed by #28
Closed

[BUG] 500 Internal server error on login page #26

JonasUJ opened this issue Jun 26, 2020 · 3 comments · Fixed by #28
Assignees
Labels
bug Something isn't working

Comments

@JonasUJ
Copy link

JonasUJ commented Jun 26, 2020

Describe the bug
The login page causes an internal server error

To Reproduce

  1. 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?
@JonasUJ JonasUJ added the bug Something isn't working label Jun 26, 2020
@joelrader-ping
Copy link

Having the same issue

@SelfhostedPro
Copy link
Owner

I'll take care of this in a few moments. This happened due to the resolution to another issue. Thanks!

@SelfhostedPro SelfhostedPro self-assigned this Jun 26, 2020
@SelfhostedPro SelfhostedPro linked a pull request Jun 26, 2020 that will close this issue
@SelfhostedPro
Copy link
Owner

I am really curious to know how your experience goes using WSL 2. I haven't tested on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants