Hi Prisma people :slightly_smiling_face: I'm build...
# orm-help
t
Hi Prisma people 🙂 I'm building out my first app (ever) and having issues getting Prisma set up. I am hitting this error message: "[GraphQL error]: Message: Your token is invalid. It might have expired or you might be using a token from a different project., Location: undefined, Path: undefined" I have a secret set up in .env and deployed it doesn't seem to be able to read it though?
I see others hit this error and deleted the secret from the .env file and they got past this: https://v1.prisma.io/forum/t/your-token-is-invalid-it-might-have-expired-or-you-might-be-using-a-token-from-a-different-project/3115 This worked for me but this feels wrong?