mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-09 14:53:00 +03:00
🐛 Bug Report: Immich mobile app callback url not working #25
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 @tylermiranda on GitHub.
Reproduction steps
I have app.immich://oauth-callback configured in callback urls as indicated here. However when trying to authenticate from the Immich app, I receive an invalid callback url error. Logs from immich indicate the proper mobile app url scheme documented here. I can successfully SSO from a web browser on desktop or mobile.
Expected behavior
SSO correctly on mobile app.
Actual Behavior
Pocket ID Version
1.10.0
Database
SQLite
OS and Environment
Docker on Unraid behind Cloudflare Tunnel
Log Output
No response
@stonith404 commented on GitHub:
Can you try to set no callback URL? If no callback URL is set, Pocket ID will determine it automatically. With that you can find out which callback URL Immich sends to Pocket ID.
@tylermiranda commented on GitHub:
That worked!