mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-11 07:42:58 +03:00
🐛 Bug Report: Login not possible after 1.0.0 migration #205
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 @twiesing on GitHub.
Reproduction steps
.env:
docker-compose.yml:
Expected behavior
Login as normal
Actual Behavior
Version and Environment
1.0.0 (with https://pocket-id.org/docs/setup/migrate-to-v1 done)
Log Output
No relevant container logs.
@kmendell commented on GitHub:
Make sure to set
APP_URLin the env, to the FQDN of your pocket-id instance.@twiesing commented on GitHub:
Argh. Only changed it in my .env.example (git repo), but not on the host 🤦♂ Thanks!