<@U7DJV5CAU> have you checked out this template? <...
# prisma-whats-new
n
m
id: ID!
should have
@isUnique
added to it - in auth0-authentication.graphql i was getting the error
Copy code
The schema is invalid: 
  All id fields must specify the `@isUnique` directive. (Request ID: eu-west-1:system:cj...)
n
aw, could you provide a quick PR? šŸ™‚
m
So i reached the end of the tutorial and was able to generate the id token and access token - however running the mutation query returned
Copy code
"Cannot query field 'authenticateAuth0User' on type 'Mutation'.
n
@Miezan did you add a resolver function that extends the mutations with that field?
m
@nilan yes i did, after more tinkering i now see this in the resolver log
Copy code
{"error":"Function returned invalid status code: 500. Raw body: Error: Invalid URI &quot;https:///.well-known/jwks.json&quot;<br> &nbsp; &nbsp;at
n
well, where are you setting that URL?
m
i tried directly adding my
well-know
url provided by Auth0 but i still get the same error
I’m using webtask/auth0-authenticated.js
i also added my domain in the .js.secret file