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
Given I am signed off, when I log in, the board fails to load and I have to refresh the page. It works fine afterwards.
I checked the developer tools and found this message:
service-worker.js:1 Uncaught (in promise) TypeError: Failed to execute 'put' on 'Cache': Request scheme 'chrome-extension' is unsupported
at service-worker.js:1:375
So it looks like the service worker code cannot handle chrome extensions correctly. The extensions I have are:
Keeper
Torii
Okta
Zoom Now (doesn't have access to tasks.bpmn.io)
Steps to Reproduce
See the description.
Expected Behavior
Board should load.
Environment
Host (Browser/Node version), if applicable: [e.g. MS Edge 18, Chrome 69, Node 10 LTS]
OS: [e.g. Windows 7]
Board version: [e.g. 1.0.0]
The text was updated successfully, but these errors were encountered:
Describe the Bug
Given I am signed off, when I log in, the board fails to load and I have to refresh the page. It works fine afterwards.
I checked the developer tools and found this message:
So it looks like the service worker code cannot handle chrome extensions correctly. The extensions I have are:
Steps to Reproduce
See the description.
Expected Behavior
Board should load.
Environment
The text was updated successfully, but these errors were encountered: