https://dagster.io/ logo
r

Rubén Lopez Lozoya

04/08/2021, 3:12 PM
Hey, just deployed on a new k8s cluster and when opening dagit I keep getting this error:
Copy code
client.ts:557 WebSocket connection to '<wss://mydoman.com/graphql>' failed:
This never happened to me, but my Dagster status indicator turns grey and if I refresh the page it turns green again but any action shows a loading spinner that stays forever and I keep getting this error
I can call dagster from the graphql endpoints and the API works properly, it's just Dagit not working
a

alex

04/08/2021, 5:49 PM
check your ingress settings to make sure they support websocket traffic ?
4 Views