Hi,
I’m currently trying to make a feature react to a viewer in a specific way. The docs say:
We pass an
isViewOnly
parameter in thesessionToken
that you can decode to check if the user is view-only
The issue is, I never receive the token from the viewer account. Something breaks even before that during this request
As if certain permissions are missing. And instead I get this screen
Am I missing something obvious here?
P.S. this is a widget
Thanks