Ash FrameworkAF
Ash Framework7mo ago
15 replies
aidalgol

AAP and Phoenix.LiveDashboard

If I put live_dashboard inside my ash_authentication_live_session :admin_required router block, I get a compilation error about nested live sessions.
** (RuntimeError) attempting to define live_session :live_dashboard inside :admin_required.
live_session definitions cannot be nested.

LiveDashboard does not appear to provide an interface to let you manage the live session yourself, so I am not sure how to do this.
Was this page helpful?