Help with security provider returning empty query with login

Hi everyone,

I’ve tried to do some research and resolve this by myself, I’m afraid I’m a bit stuck (I swear teaching neuroscience is sometimes easier than troubleshooting one’s own attempts at wappler).
I have a login page with a number of roles, I’ve set the Identity to my userID column, the authentication seems to block and allow successfully users, but when I land in my target page, I cannot get an ouput from a query trying to display details of the logged-in user. When I try to hide or show elements based on roles and permissions, I get an additional error.
Capture

Apparently my third permission was causing an issue - in looking at http response codes I was getting a 403, which further means my security restrict is not correctly implemented. The moment I took the offending permission out, I started getting 200 response codes. This seems to be an issue with my logic rather than with Wappler.