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
return`Your ACL token does not grant permission to ${actionMessage}.`;
to return `Your ACL token does not grant permission to ${actionMessage}. Please ensure you are signed in.`;
Use-cases
I got this error which confused me as I should have these permissions. I was not logged in. I thought make the error more actionable by including a potential solution which is signing in.
DanielNoord, bertptrs, Gijsvs, evroon, zeknat and 8 more