Hi everyone I used the grandstack starter to create my project hosted here. The problem is that I haven't been able to get the authentication directives to work.
I've not been able to use the @isAuthenticated or @hasScope directives at all. I keep getting an Authorization Error: You are not authorized for this resource
Has anyone here ever been able to get the auth directives to work successfully with a netlify deploy? Every thing works fine on my local machine, I only get this feedback when deploying through netlify.
Could this be an issue with the neo4j-graphql-js library?
I'm currently not ready to switch to the new @neo4j/graphql
library as there are still some features I use that are not supported in the new library, but I'm still hoping to launch my application soon.