v0.9.9 - websocket error #403

Closed
opened 2019-02-22 23:41:42 +00:00 by gitlab-ghost-3733 · 2 comments

This is a new pleroma instance with only one user registered. No activities.

By default, log shows websocket error as follows:

Feb 22 18:08:12 ontario mix[16694]: 18:08:12.213 [info] CONNECT Pleroma.Web.UserSocket
Feb 22 18:08:12 ontario mix[16694]:   Transport: :websocket
Feb 22 18:08:12 ontario mix[16694]:   Connect Info: %{}
Feb 22 18:08:12 ontario mix[16694]:   Parameters: %{"token" => "undefined", "vsn" => "2.0.0"}
Feb 22 18:08:12 ontario mix[16694]: 18:08:12.213 [info] Replied Pleroma.Web.UserSocket :error

This error can be turned off by disabling the chat feature in pleroma_fe configuration.

This is a new pleroma instance with only one user registered. No activities. By default, log shows *websocket* error as follows: ``` Feb 22 18:08:12 ontario mix[16694]: 18:08:12.213 [info] CONNECT Pleroma.Web.UserSocket Feb 22 18:08:12 ontario mix[16694]: Transport: :websocket Feb 22 18:08:12 ontario mix[16694]: Connect Info: %{} Feb 22 18:08:12 ontario mix[16694]: Parameters: %{"token" => "undefined", "vsn" => "2.0.0"} Feb 22 18:08:12 ontario mix[16694]: 18:08:12.213 [info] Replied Pleroma.Web.UserSocket :error ``` This error can be turned off by disabling the chat feature in pleroma_fe configuration.
Author
Member

Further investigation shows that it's the FE that is calling the backend through this URI: /socket/websocket?token=undefined&vsn=2.0.0. I think it's the FE problem.

I am going to file a report with FE repo.

Further investigation shows that it's the FE that is calling the backend through this URI: `/socket/websocket?token=undefined&vsn=2.0.0`. I think it's the FE problem. I am going to file a report with FE repo.
Owner

We can just move it.

We can just move it.
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
pleroma/pleroma-fe#403
No description provided.