Hi, I’ve been following the “Building a Public Chat Room with GraphQL Subscriptions” tutorial and am running into an issue. The app successfully builds, but on load, I get this error:
“Uncaught (in promise) Error: Network error: NetworkError when attempting to fetch resource.”
Then, if I attempt to enter an email, I’ll get this error:
"Uncaught (in promise) Error: GraphQL error: You don’t have permission to perform this operation
I’ve double checked that my workplace ID in my .env.local matches that of my workspace, and I’ve confirmed that I’ve turned on all permissions for the guest role.
Any suggestions for what I might be missing? I’m new to 8base and to GraphQL so I’m guessing that I’m probably overlooking something simple.
(I’m on the free tier in case that’s useful)
More background here:
(ps. The Github readme is missing an ‘8base configure’ command)