[GH-ISSUE #2549] Workbox version inconsistent #6695

Closed
opened 2026-04-20 17:16:53 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @caisdosodre on GitHub (Apr 6, 2026).
Original GitHub issue: https://github.com/go-vikunja/vikunja/issues/2549

Pre-submission checklist

  • I have searched for existing open or closed issue reports with the same problem.

Description

Issue regarding workbox version: mismatch between
frontend/packages.json (v7.4.0):

4b3b5bb87c/frontend/package.json (L103)

4b3b5bb87c/frontend/package.json (L157)

and implemented version on frontend/src/sw.ts:

4b3b5bb87c/frontend/src/sw.ts (L3-L11)

This is causing errors on browser console (Chrome 146):

Uncaught NetworkError: Failed to execute 'importScripts' on 'WorkerGlobalScope': The script at 'https://domain.com/workbox-v7.3.0/workbox-sw.js' failed to load

Which may be causing PWA issues, as reported in #2470

Vikunja Version

2.2.2

Browser and version

Chrome 146

Can you reproduce the bug on the Vikunja demo site?

Yes

Screenshots

No response

Originally created by @caisdosodre on GitHub (Apr 6, 2026). Original GitHub issue: https://github.com/go-vikunja/vikunja/issues/2549 ### Pre-submission checklist - [x] I have searched for existing open or closed issue reports with the same problem. ### Description Issue regarding workbox version: mismatch between [frontend/packages.json (v7.4.0)](https://github.com/go-vikunja/vikunja/blob/main/frontend/package.json): https://github.com/go-vikunja/vikunja/blob/4b3b5bb87cb4214fb3b09e3c7df9dc14ffa57074/frontend/package.json#L103 https://github.com/go-vikunja/vikunja/blob/4b3b5bb87cb4214fb3b09e3c7df9dc14ffa57074/frontend/package.json#L157 and implemented version on [frontend/src/sw.ts](https://github.com/go-vikunja/vikunja/blob/main/frontend/src/sw.ts): https://github.com/go-vikunja/vikunja/blob/4b3b5bb87cb4214fb3b09e3c7df9dc14ffa57074/frontend/src/sw.ts#L3-L11 This is causing errors on browser console (Chrome 146): `Uncaught NetworkError: Failed to execute 'importScripts' on 'WorkerGlobalScope': The script at 'https://domain.com/workbox-v7.3.0/workbox-sw.js' failed to load` Which may be causing PWA issues, as reported in #2470 ### Vikunja Version 2.2.2 ### Browser and version Chrome 146 ### Can you reproduce the bug on the Vikunja demo site? Yes ### Screenshots _No response_
Author
Owner

@vikunja-bot-app[bot] commented on GitHub (Apr 8, 2026):

This issue has been fixed in #2562, please check with the next unstable build (should be ready for deployment in ~30min, also on the demo).

<!-- gh-comment-id:4205268228 --> @vikunja-bot-app[bot] commented on GitHub (Apr 8, 2026): This issue has been fixed in #2562, please check with the next unstable build (should be ready for deployment in ~30min, also on [the demo](https://try.vikunja.io)).
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#6695