Liveview App hangs and never loads

I built a webapp that uses a database. When I tried to load it, it would not load completely. I’ve looked at the logs for the server operation and it looks the same as when I run the phx.server locally. I even built a simple liveview with a button that changes color on click. Works locally, won’t load entirely on my dev server.

Looked under my dev tools. Getting the following Error:

app.js:6 Refused to connect to ‘wss://shiftswap.fly.dev/live/websocket?csrf_token=[redacted]&_track_static%5B0%5D=https%3A%2F%2Fshiftswap.fly.dev%2Fapp.css&_track_static%5B1%5D=https%3A%2F%2Fshiftswap.fly.dev%2Fapp.js&_mounts=0&_live_referer=undefined&vsn=2.0.0’ because it violates the following Content Security Policy directive: “connect-src wss://runner-zxwgkjap-project-32041936-concurrent-0”.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.