Web app OAuth with Entra not working on v1.132.3
Sadly even after updating to v1.132.3, OAuth is not working in the web app. After downgrading to v1.131.3, it works.
[Nest] 17 - 04/28/2025, 2:52:03 PM ERROR [Api:OAuthRepository~sentehmf] Error in OAuth discovery: TypeError: fetch failed
[Nest] 17 - 04/28/2025, 2:52:03 PM ERROR [Api:OAuthRepository~sentehmf] TypeError: fetch failed
at node:internal/deps/undici/undici:13502:13
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async performDiscovery (file:///usr/src/app/node_modules/openid-client/build/index.js:266:16)
at async discovery (file:///usr/src/app/node_modules/openid-client/build/index.js:243:16)
at async OAuthRepository.getClient (/usr/src/app/dist/repositories/oauth.repository.js:86:20)
at async OAuthRepository.authorize (/usr/src/app/dist/repositories/oauth.repository.js:24:24)
at async AuthService.authorize (/usr/src/app/dist/services/auth.service.js:124:16)
at async OAuthController.startOAuth (/usr/src/app/dist/controllers/oauth.controller.js:36:46)[Nest] 17 - 04/28/2025, 2:52:03 PM ERROR [Api:OAuthRepository~sentehmf] Error in OAuth discovery: TypeError: fetch failed
[Nest] 17 - 04/28/2025, 2:52:03 PM ERROR [Api:OAuthRepository~sentehmf] TypeError: fetch failed
at node:internal/deps/undici/undici:13502:13
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async performDiscovery (file:///usr/src/app/node_modules/openid-client/build/index.js:266:16)
at async discovery (file:///usr/src/app/node_modules/openid-client/build/index.js:243:16)
at async OAuthRepository.getClient (/usr/src/app/dist/repositories/oauth.repository.js:86:20)
at async OAuthRepository.authorize (/usr/src/app/dist/repositories/oauth.repository.js:24:24)
at async AuthService.authorize (/usr/src/app/dist/services/auth.service.js:124:16)
at async OAuthController.startOAuth (/usr/src/app/dist/controllers/oauth.controller.js:36:46)