Replies: 2 comments 7 replies
-
|
I could narrow it down to the usage of What would be the correct way to achieve this (i.e. conditionally show some elements on the page depending on whether the user is logged in or not)? |
Beta Was this translation helpful? Give feedback.
4 replies
-
|
try using the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm currently trying to get my application working with docker (following the production-compose example) and am struggling with an error during the export step.
My application is using an sqlite database. When running
reflex export --frontend-onlyon a clean repository (where the database is not created yet), it fails with an error coming from the reflex-local-auth plugin (reflex_local_auth/local_auth.py, line 36), complaining that
Now I assume this is not necessarily an issue of the reflex-local-auth plugin itself but more of how I use it in my code. Probably I'm accessing some State data in a wrong way somewhere? Can you give me a hint what I should be looking for and how I can avoid this error?
Beta Was this translation helpful? Give feedback.
All reactions