I’ve been using Postman to test web socket connections with Elixir Phoenix. It was working previously, but today I’m getting this error and it does not make a network request to the server:
You don’t have permission to use a WebSocket server in this workspace.
I made sure that I’m doing New > WebSocket Request
to get started, as the guide says, but that doesn’t help.
What does this error mean?