cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

jaedag
Ninja
Ninja
since ‎07-23-2020
‎09-16-2022

User Statistics

  • 28 Posts
  • 1 Solutions
  • 23 Kudos given
  • 8 Kudos received

User Activity

Hi I'm looking for help with my app developed using the grandstack starter, and deployed with neo4j aura using netlify I keep getting this error at random times for some queries. Is there a better way to debug or solve this? What are the possible re...
Hi Everyone I have started a project with Aura Free, and I keep running into a "Task timed out" error. These queries never time out when using Neo4j desktop, so I'm wondering what I could be doing wrong and perhaps some best practices for optimising ...
Hi Everyone, I'm trying to deploy my first app using GRANDstack with netlify. I'm having some issues implementing authentication. I've created an @auth directive extend type Member @auth(rules: [{ roles: ["federalAdmin"] }]) { members { id } ...
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 g...
Hi, has anyone encountered the following errorMessage: "Unknown directive "isAuthenticated".↵↵Unknown directive "isAuthenticated"." Everything works fine in development. It happens in production when serving through netlify functions. const schema = ...