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
Using, or trying to install package version/branch: 1.0.3
Steps to reproduce
Log into the website
Wait for a few minutes. Notice that the automatic note updates are not working.
Check on your browser's console. There will be repeated warnings that a service worker is not connecting.
Expected behavior
The service workers should work as expected, fetching data in a regular basis.
Logs
From the console log:
Firefox could not establish a connection with the server at wss://sns.example.net/streaming?i=[redacted]&_t=[redacted].
The connection with wss://sns.example.net/streaming?i=[redacted]&_t=[redacted] was interrupted while the page was being loaded.
GET | wss://sns.example.net/streaming?i=[redacted]&_t=[redacted]
Status: 403 Forbidden
Version: HTTP/1.1
Transferred: 599 B (size 0 B)
DNS Resolution: System
The text was updated successfully, but these errors were encountered:
Describe the bug
The service worker, which is used by Firefish to fetch updates in the background, is not working properly, sending an Error 403 ("Forbidden").
Context
Steps to reproduce
Expected behavior
The service workers should work as expected, fetching data in a regular basis.
Logs
From the console log:
The text was updated successfully, but these errors were encountered: