[PR #2339] [MERGED] fix(server): oauth mobile callback url #9502

Closed
opened 2026-02-05 14:05:52 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/2339
Author: @jrasm91
Created: 4/26/2023
Status: Merged
Merged: 4/26/2023
Merged by: @alextran1502

Base: mainHead: fix/oauth-redirect-uri


📝 Commits (2)

📊 Changes

2 files changed (+12 additions, -1 deletions)

View changed files

📝 server/libs/domain/src/oauth/oauth.core.ts (+1 -1)
📝 server/libs/domain/src/oauth/oauth.service.spec.ts (+11 -0)

📄 Description

Fixes #1495, which for some reason would redirect to the app with the url app.immich:///?code=...


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/immich-app/immich/pull/2339 **Author:** [@jrasm91](https://github.com/jrasm91) **Created:** 4/26/2023 **Status:** ✅ Merged **Merged:** 4/26/2023 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `fix/oauth-redirect-uri` --- ### 📝 Commits (2) - [`abaeb8b`](https://github.com/immich-app/immich/commit/abaeb8b7188d1d6cc7d89037dd6bfab71c60a907) fix(server): mobile redirect uri - [`b5140a9`](https://github.com/immich-app/immich/commit/b5140a9bff7622d195ac7362e4f9fa25c8fcfc11) chore: add test ### 📊 Changes **2 files changed** (+12 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `server/libs/domain/src/oauth/oauth.core.ts` (+1 -1) 📝 `server/libs/domain/src/oauth/oauth.service.spec.ts` (+11 -0) </details> ### 📄 Description Fixes #1495, which for some reason would redirect to the app with the url `app.immich:///?code=...` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 14:05:52 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#9502