Devin Clark
Results
13
comments of
Devin Clark
> @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...
> For now it seems like it will work if you manually downgrade to "next-auth": "5.0.0-beta.19", and add `basePath: "/api/auth"` to your authentication config(right below where you define providers). Hopefully...
@fxghqc thank you!!!