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
{{ message }}
This repository was archived by the owner on Mar 1, 2023. It is now read-only.
@vekngs Postfacto allows realtime updates, for when you're performing a retro remotely with your team. It allows this by connecting your client to your deployed server via websocket.
If you read the server logs, you'll see that it's currently failing. It should look like:
Started GET "/cable" for 127.0.0.1 at 2023-02-16 23:32:21 +0000
Started GET "/cable/" [WebSocket] for 127.0.0.1 at 2023-02-16 23:32:21 +0000
Request origin not allowed: https://postfacto.[mydomain].de #<---- THIS VALUE
Failed to upgrade to WebSocket (REQUEST_METHOD: GET, HTTP_CONNECTION: Upgrade, HTTP_UPGRADE: websocket)
Finished "/cable/" [WebSocket] for 127.0.0.1 at 2023-02-16 23:32:21 +0000
"THIS VALUE" needs to be passed to the server via the CLIENT_ORIGIN: environment variable.
If you're using helm it's not exposed, so I made PR: Allow CLIENT_ORIGIN to be set #465
I've deployed postfacto version 4.3.11 by using the official docker image.
Additionally I did the following:
Everything seems to be working just fine, but when checking dev-tools, I can see the error message shown in the attached screenshot.
Could any of you please tell me, what is causing this and if I can solve it?
Just let me know if you need more information :)
The text was updated successfully, but these errors were encountered: