anybody else having issues with websockets right n...
# prisma-whats-new
n
anybody else having issues with websockets right now?
playground dosent allow me to run subscriptions, neither can i thorugh code. getting a lot of websocket couldnt be opened. status page says everything is fine.
n
you might need to refresh the playground once to connect to the subscription API correctly
n
i tried various things incl resetting cache + system restarts + different machines + networks by now
playground now throws this exception independent of if a subscription query is usedor not:
Copy code
Uncaught Error: Schema must be an instance of GraphQLSchema. Also ensure that there are not multiple versions of GraphQL installed in your node_modules directory.
non subscriptions queries can still work and results will be displayed
n
that's a problem within the Playground embedded in the Console, it's not related to your cache or something
n
for subscription queries results are not returned, no further errors are thrown.
i see
that said this was only my fallback
n
you can visit the endpoint directly
there Subscriptions should work
n
earlier today it was working when i verified queries that im running inmy code
thats what im doing and it has a high initial failure raute and no changes eem to be pushed thorugh
n
I'll reach out to you directly 🙂