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
Upon writing this issue, the problem did not occur in other browsers.
Search terms
.
Steps to reproduce
Change the the if ("serviceWorker" in navigator) clause to always return falsehere in order to simulate an environment where a service worker is not installable.
What happened?
On firefox, when being redirected from the sw portal to the server-side portal, the CSS of the temporary (spinning) screen is not loaded.
See the following recording:
https://github.com/user-attachments/assets/b5a6821c-13a3-4517-b9fd-e4d13a086bae
Upon writing this issue, the problem did not occur in other browsers.
Search terms
.
Steps to reproduce
if ("serviceWorker" in navigator)
clause to always returnfalse
here in order to simulate an environment where a service worker is not installable.cd portal/worker && pnpm run serve
Deviation steps
No response
Relevant log output
No response
Version
walrus
andsite-builder
are up to date.If applicable, what browsers are you seeing the problem on?
Firefox
Code of Conduct
The text was updated successfully, but these errors were encountered: