I have admin role account I’ve set up on the netlify that works when site is deployed. The gated content is gated correctly and I can access it when I log in. Locally I cannot, after the log in its like my account is missing the admin role. Even though in local storage when I check I see I have the admin role in roles.
Hi!
Thanks for the reply. Unfortunately I couldnt find anything related to my issue on the links you’ve provided.
I suppose another question would be, how do people test/debug gated content locally? Does it usually work? Or do we accept the fact we need to deploy in order to test it out.
Hi!
Thanks for the reply.
Yes the _redirects is correctly named. I would like to note again that locally redirects work, the issue that does not work is that my account that Im logged in with ( which has admin role assigned to it ) is not recognized as admin locally, so content that is gated I cannot access with that adming role account. But when deployed it is.