nikku / wuffle

A multi-repository / multi-organization task board for GitHub issues.
https://wuffle.dev
MIT License
118 stars 23 forks source link

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

Closed barmac closed 9 months ago

barmac commented 9 months ago

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:

Steps to Reproduce

See the description.

Expected Behavior

Board should load.

Environment

nikku commented 9 months ago

Released v0.56.1 with the fix.