ImmichI
Immich3y ago
Bit

[BUG] oauth broke password auth

error on server app:
[Nest] 7  - 10/22/2023, 8:22:49 PM   ERROR [ExceptionsHandler] expected 200 OK, got: 502 Bad Gateway
OPError: expected 200 OK, got: 502 Bad Gateway
    at processResponse (/usr/src/app/node_modules/openid-client/lib/helpers/process_response.js:41:11)
    at Issuer.discover (/usr/src/app/node_modules/openid-client/lib/issuer.js:152:20)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async AuthService.getOAuthClient (/usr/src/app/dist/domain/auth/auth.service.js:240:24)
    at async AuthService.generateConfig (/usr/src/app/dist/domain/auth/auth.service.js:141:22)
    at async /usr/src/app/node_modules/@nestjs/core/router/router-execution-context.js:46:28
    at async /usr/src/app/node_modules/@nestjs/core/router/router-proxy.js:9:17

server version: v1.82.1
android app version: v1.82.0

---

After disable oauth password auth start working.
Screenshot_20231022-194942.png
Was this page helpful?