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
Reflex team removed the public API for pages, reflex-clerk was using it in a wrong way.
If need to use app.add_pages(sign_in_page, route=sign_in_url) instead of app.pages[sign_in_url] = sign_in_page
the new reflex update doesnt use pages but _pages
The text was updated successfully, but these errors were encountered: