Mark Lyck
Mark Lyck
@ThangHuuVu @balazsorban44 The above attempt failed. I tried both setting the `redirectProxyUrl` to the real domain, and setting `redirectTo` to the `https://realdomain.com/api/auth` But the user is still getting redirected back...
Found a thread with a similar looking issue: https://github.com/nextauthjs/next-auth/issues/10928 I tried implementing the suggest workaround, and that does make next-auth redirect to the correct URL. But the URLs used in...
@jack828 Thanks for the comment Jack. We did try using the `redirectProxyUrl` but it didn't work in our case. The URL which does the handshake with keycloak is still using...
@dclark27 We're still struggling with this as well. Likewise, if you find a solution please post it. 🙏 We did a test with keycloak-js today, but that also failed, and...
@luwes possibly 👀, for me I'm not using two different themes, and it also happens when not using a theme. I added a link to a minimal reproduction with svelte-kit.
@nicoalbanese Thanks for the suggestion, unfortunately there is an important fix in one of the canary versions I need, my app is broken on the `15.0.0-rc.0` version. But it's not...