-
Notifications
You must be signed in to change notification settings - Fork 55
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
Flask-Login app: No layout in module pages.login
in dash.page_registry
#1
Comments
Hi @etjkai Thanks for reporting, but I can't duplicate the error. I ran it just now with both dash 2.5.1 and dash 2.6.0 and they both work just like it appears in the gif in the README. Could you send me a link to a minimal example that duplicates the error you are seeing? What version of flask and flask_login are you using? |
I just cloned the repo, created an new venv and installed the requirements.txt and it worked fine. And thanks for pointing out the typo in the folder name - I just fixed that 🙃 |
Yepp I did have It's very strange, as other examples, e.g. |
Here's what I get when I do async-timeout 4.0.2 |
I've
and do not have
All the rest are the same versions. |
well, I'd love to help, but I'm not sure how without being able to duplicate the error. |
Not an issue! Perplexing to me too, as I'm indeed seeing the |
hmm - are you on Windows? |
Yepp - I happen to be! |
ok, just had someone else on Windows try it and they got the same error. I don't know the fix yet, but it's a clue. |
Great! Let me know if I could help in any way - I'd be glad to 😊 |
Hi AnnMarie, running the
multi_page_flask_login
app example results in an errordash.exceptions.NoLayoutException: No layout in module
pages.loginin dash.page_registry
Just highlighting in case you'd like to change it.
The text was updated successfully, but these errors were encountered: