Hi,
I have a simple plug that guards my authenticated routes. Within the plug, I added in a line to set the actor for Ash, via Ash.set_actor.
It works fine for dead views. However, for liveviews, because the page is loaded twice, the actor information in Ash gets lost in the 2nd load.
Is there a workaround?
Best
Terry






















