okTurtles / group-income

A decentralized and private (end-to-end encrypted) financial safety net for you and your friends.
https://groupincome.org
GNU Affero General Public License v3.0
329 stars 43 forks source link

Error setting up service worker DOMException: An attempt was made to use an object that is not, or is no longer, usable #2354

Open taoeffect opened 4 days ago

taoeffect commented 4 days ago

Problem

While testing #2303, when signing up a user, I saw these errors in the console (after getting to the "Welcome to Group Income" / "Let's get this party started" screen).

Screenshot 2024-09-16 at 11 34 18 AM

Clicking on the first service-worker.js:99 link takes me here:

Screenshot 2024-09-16 at 11 34 23 AM

Clicking on the second service-worker.js:168 link takes me here:

Screenshot 2024-09-16 at 11 34 32 AM

Solution

Figure out what's going on and fix.

@corrideat assigning to you as you will be working closely with the service worker next.