RafaelMiquelino / dash-flask-login

Implementation of Flask-login on top of Dash.
MIT License
247 stars 81 forks source link

Dropdown menu's not working with Flask authentication #11

Open Totesthegoats opened 2 years ago

Totesthegoats commented 2 years ago

I am using this repository to create a multi-user authenticated app.

Everything seems to work fine individually, and I can get individual graphs working but when I have more than a dropdown menu the second dependent menu will not populate. It actually appears no dropdown example will work, even the basic dropdown example.

Any help or a workaround would be greatly appreciated