Hi, I've added PRISMA_MANAGEMENT_API_SECRET When I...
# orm-help
j
Hi, I've added PRISMA_MANAGEMENT_API_SECRET When I go on localhost:4466 it works, but not on localhost:4466/management, he says to me "Authentication token is invalid: Token can't be decoded: Invalid signature for this token or wrong algorithm." Yet I pass him the prisma token in the header...
r
Hey @Jovaanc 👋 To run queries on the /managment route, you need to provide the Authorization header in the Playground. This token is obtained by running:
prisma1 cluster-token
j
Thanks, I was doing with prisma token... but for /management it's not the same.
👍 1