Web: hasta que no se refresca no empieza a descargar #267

Closed
opened 2025-11-09 17:17:34 +00:00 by eneko · 2 comments
Owner

Error while registering service worker: Error: Service worker already exists.

`Error while registering service worker: Error: Service worker already exists.`
eneko added the WebBugCritical labels 2025-11-09 17:17:34 +00:00
eneko added this to the Turno cocina project 2025-11-09 17:17:34 +00:00
eneko moved this to To Do in Turno cocina on 2025-11-09 17:17:55 +00:00
Author
Owner
El error proviene de https://github.com/godotengine/godot/blob/76a135926aef1f02f27e4e09093787f2c670956d/misc/dist/html/full-size.html#L153-L171
Author
Owner
                                        if (registration != null) {
//                                              return Promise.reject(new Error('Service worker already exists.'));
                                                window.location.reload();
                                        }
``` if (registration != null) { // return Promise.reject(new Error('Service worker already exists.')); window.location.reload(); } ```
eneko moved this to In Progress in Turno cocina on 2025-11-11 19:29:33 +00:00
eneko closed this issue 2025-11-11 19:53:51 +00:00
eneko moved this to Done in Turno cocina on 2025-11-11 19:54:31 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: gymkhana/gymkhana#267