-
Notifications
You must be signed in to change notification settings - Fork 107
Closed
Labels
Description
After following the instructions in the readme, I have the Prisma server up and running in docker. When I visit http://192.168.99.100:4466/example-airbnb/dev as suggested, and before I attempt any queries, I see the following error:
{
"code": 3015,
"requestId": "api:api:cjcsxgg0s00690187qqxn3kzk",
"error": "Your token is invalid. It might have expired or you might be using a token from a different project."
}