Authentication from codebase works and yet it doesn't

I have successfully setup my codebase using codegen and javascript, I successfully authenticate myself and my terminal says so, and yet when I type in the command npm run dev, it tells me my authentication is not good. When I am the Owner of the App!

I ve tried getting new tokens, keeping only one, I also tried setting up another account to change completely the user, but I always get the same error.

Why?

Here is my project id: 4WayTwhC5fXHbkHxbvoXQQ

Anyone to help? :frowning:

Hey @quentin_zakoian,

Can you try adding a minimum role level permission for your page?
When your page has no minimum role level we try to SSR it, but in this case the page also has a query that has a minimum role of “normal user” which causes this issue.

Amazing! Thanks!