Password reset form is broken #503

Closed
opened 2025-11-01 20:57:30 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @andreymal on GitHub (May 15, 2025).

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). ### 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 b635c96923, 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.

@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#503