Hello,
I would like to show a top menu when a user is logged in across my app similar to the user info bar built in to knack.
This works fine on the pages that require a login but on the public pages it disappears.
When I try to retrieve the user data myself using Knack.getUserAttributes(); using these scenes rendering as the trigger, I get the result ‘No user found’.
I can’t use page rules on these pages since they are public.
I just want the user to see they are logged in and have a link to their account page even if they are currently on a public page.