[GH-ISSUE #776] Password reset form is broken #6297

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

Originally created by @andreymal on GitHub (May 15, 2025).
Original GitHub issue: https://github.com/go-vikunja/vikunja/issues/776

Description

When I click "Forgot your password?", Vikunja shows an error s is undefined and an empty page

It refuses to show a more meaningful description even with pnpm run build:dev so I can't provide more details

Vikunja Version

a924cb6

Browser and version

Firefox 138

Can you reproduce the bug on the Vikunja demo site?

Yes

Screenshots

No response

Originally created by @andreymal on GitHub (May 15, 2025). Original GitHub issue: https://github.com/go-vikunja/vikunja/issues/776 ### Description When I click "Forgot your password?", Vikunja shows an error `s is undefined` and an empty page It refuses to show a more meaningful description even with `pnpm run build:dev` so I can't provide more details ### Vikunja Version a924cb6 ### Browser and version Firefox 138 ### Can you reproduce the bug on the Vikunja demo site? Yes ### Screenshots _No response_
Author
Owner

@kolaente commented on GitHub (May 16, 2025):

Thanks for the report!

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

If you run pnpm dev, you'll see the error. The build:dev command will only run the static bundle.

<!-- gh-comment-id:2887589475 --> @kolaente commented on GitHub (May 16, 2025): Thanks for the report! Fixed in https://github.com/go-vikunja/vikunja/commit/b635c969238b816447d172b7d1060ae666442dd5, please check with the next unstable build (should be ready for deployment in ~30min, also on [try](https://try.vikunja.io)). If you run `pnpm dev`, you'll see the error. The `build:dev` command will only run the static bundle.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#6297