vueRouterInstrumentation is not a function after editing description #2405

Closed
opened 2026-03-22 14:06:26 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @fritzbauer on GitHub (Nov 6, 2025).

Originally assigned to: @Copilot on GitHub.

Description

When saving after editing the description of a task an uncaught exception is thrown which leads to the webapp becoming unresponsive. Only a page reload restores functionality of the app. Fortunately, the changes of the comment get saved though.

The error from the console:

sentry-CLN04XeV.js:1 
 Uncaught (in promise) TypeError: n.vueRouterInstrumentation is not a function
    at Module.l (sentry-CLN04XeV.js:1:433)
l	@	sentry-CLN04XeV.js:1
await in l		
(anonymous)	@	index-y7S2fyRg.js:674
Promise.then		
(anonymous)	@	index-y7S2fyRg.js:674
Promise.then		
(anonymous)	@	index-y7S2fyRg.js:674

This behavior occurs since a couple of days.

Vikunja Version

Version: v1.0.0-rc2-220-77779350

Browser and version

Microsoft Edge Version 142.0.3595.53 (Official build) (64-bit)

Can you reproduce the bug on the Vikunja demo site?

Yes

Screenshots

No response

Originally created by @fritzbauer on GitHub (Nov 6, 2025). Originally assigned to: @Copilot on GitHub. ### Description When saving after editing the description of a task an uncaught exception is thrown which leads to the webapp becoming unresponsive. Only a page reload restores functionality of the app. Fortunately, the changes of the comment get saved though. The error from the console: ``` sentry-CLN04XeV.js:1 Uncaught (in promise) TypeError: n.vueRouterInstrumentation is not a function at Module.l (sentry-CLN04XeV.js:1:433) l @ sentry-CLN04XeV.js:1 await in l (anonymous) @ index-y7S2fyRg.js:674 Promise.then (anonymous) @ index-y7S2fyRg.js:674 Promise.then (anonymous) @ index-y7S2fyRg.js:674 ``` This behavior occurs since a couple of days. ### Vikunja Version Version: v1.0.0-rc2-220-77779350 ### Browser and version Microsoft Edge Version 142.0.3595.53 (Official build) (64-bit) ### Can you reproduce the bug on the Vikunja demo site? Yes ### Screenshots _No response_
Author
Owner

@kolaente commented on GitHub (Nov 7, 2025):

Fixed in https://github.com/go-vikunja/vikunja/pull/1769, please check with the next unstable build (should be ready for deployment in ~30min, also on try).

@kolaente commented on GitHub (Nov 7, 2025): Fixed in https://github.com/go-vikunja/vikunja/pull/1769, please check with the next unstable build (should be ready for deployment in ~30min, also on [try](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#2405