mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-06 09:13:19 +03:00
🐛 Bug Report: Documentation: wrong setup link #133
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @zilti on GitHub.
Reproduction steps
According to the documentation, the link to the setup is
https://<your-app-url>/setup. This only leads to an error with redirect to the login.Expected behavior
The actual setup link is
https://<your-app-url>/login/setupit seems, which works as expected.Actual Behavior
Does not apply
Version and Environment
Current
Log Output
No response
@kmendell commented on GitHub:
@zilti We publish releases for linux/amd64 and linux/arm64 for every release, what platform are you on?
@zilti commented on GitHub:
I am on FreeBSD. But never mind, the package has already been updated there; my server was on the wrong release channel which is why I got the old version.
@zilti commented on GitHub:
Ah, fair enough... the latest one for my platform is 1.4.0. :/
@kmendell commented on GitHub:
What version are you on? The /setup link only works in version
1.5.0and up