You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having trouble setting up Interval locally. I'm having trouble collecting to the Websocket server. I've attached the logs from my application and the interval instance here.
The text was updated successfully, but these errors were encountered:
The endpoint is /websocket, not /websockets but maybe that's only a typo in Postman. Also I noticed that changing the port with the APP_URL only works for the API, not the web interface but that should be fine for how you're connecting. Do you have the full interval URL you're trying to connect to? And the logs for the interval server startup?
With APP_URL=localhost:3000, my logs are:
info: 📡 Internal WSS API Server listening at localhost:3000
info: 📡 Interval Server listening at http://localhost:3000
From that my endpoint value for the interval client is 'ws://localhost:3000/websocket'.
I'm having trouble setting up Interval locally. I'm having trouble collecting to the Websocket server. I've attached the logs from my application and the interval instance here.
The text was updated successfully, but these errors were encountered: