Hi! I've just deployed a change to Prisma Cloud bu...
# orm-help
j
Hi! I've just deployed a change to Prisma Cloud but now I'm getting a
Error: GraphQL error: Whoops. Looks like an internal server error.
response from my server. Does anyone have any advice on how to fix? This is on prisma-eu1 by the way. EDIT: It was because my
prisma token
had expired EDIT EDIT: It's still broken on my client 😞 SUPER EDIT: this is in the console of Prisma Cloud when I try and browse the offending data
Copy code
Error: {
  "message": "Whoops. Looks like an internal server error. Search your server logs for request ID: eu1:api:cjkbmgzw77v4a0a84t7bsh27f",
  "path": [
    "users"
  ],
  "locations": [
    {
      "line": 2,
      "column": 3
    }
  ],
  "requestId": "eu1:api:cjkbmgzw77v4a0a84t7bsh27f"
}
In my most recent deploy I deleted a field that had data in it and added a new optional field with a default value. I probably shouldn't of forced the deploy... FINAL EDIT: I fixed it by readding the field that I force deleted. Lesson Learnt, I won't delete this because I think other people could benefit from it.
😅 1