mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-06 09:13:19 +03:00
🐛 Bug Report: Unable to create first user #502
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 @wjbeckett on GitHub.
Reproduction steps
Create compose file, update .env with the correct url for my instance, start the container.
Access https:///login/signup and click "Continue".
Expected behavior
I should be able to create a user
Actual Behavior
I get an error which reads: "Token is invalid or expired"
@stonith404 commented on GitHub:
I think you've opened the wrong URL. You should open
http://<your-domain>/login/setup.@wjbeckett commented on GitHub:
Ah. Yes. That'll do it. 🤣