Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Board fails to load after login (refresh required) #161

Closed
barmac opened this issue Nov 27, 2023 · 1 comment · Fixed by #162
Closed

Board fails to load after login (refresh required) #161

barmac opened this issue Nov 27, 2023 · 1 comment · Fixed by #162
Assignees
Labels
backlog bug Something isn't working

Comments

@barmac
Copy link
Contributor

barmac commented Nov 27, 2023

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:

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]
@barmac barmac added the bug Something isn't working label Nov 27, 2023
barmac added a commit to barmac/wuffle that referenced this issue Dec 5, 2023
@nikku nikku added the backlog label Dec 5, 2023
@nikku nikku closed this as completed in #162 Dec 5, 2023
nikku pushed a commit that referenced this issue Dec 5, 2023
@nikku
Copy link
Owner

nikku commented Dec 6, 2023

Released v0.56.1 with the fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants