kevinmitch14
kevinmitch14
I think you're right, it's not a quality of life improvement or anything, just keeping TS happy. No harm wrapping a `String()` around the value. Use case is just populating...
Is this possible? Would remove a lot of workarounds for us and unlock what WorkOS has to offer
This is what gets returned when the user is part of more than one organization. [(Docs)](https://workos.com/docs/reference/user-management/authentication-errors/organization-selection-error) AFAIK, you need to let the sign in error, and use the response (which...
Yes, the feature request is to bypass letting the sign in fail and just log in to the organization directly. Because I already know the organization that the user wants...
Also trying `EmailProvider` w/ Resend, I am making the request on http://tenant.localhost:3000, the email URL is tenant.localhost:3000/api/auth/callback/[...] and then when I click the link, it redirects me back to localhost:3000...
I'm having similar issues. - `loading.tsx` is triggered on page load. (Expected) - If I invoke an action with `revalidatePath("/")` on `/`, `loading.tsx` is not triggered (expected?) - If I...
`loading.tsx` is a Suspense boundary. https://nextjs.org/docs/app/building-your-application/routing/loading-ui-and-streaming#instant-loading-states When did the issues start to occur for you? Have you tried something before v14.2.0-canary.24?
I'm working with subdomains and it seems with v5 I am getting redirected to localhost:3000 for a lot of things as opposed to the subdomain I am initiating from. v4...
Yeah, same here. It works but we are using multi tenant, so it makes no sense since we don't know the HOST at build time, only runtime. Been trying to...
@ndom91 I've provided a basic repro in https://github.com/nextauthjs/next-auth/issues/10915 without using any OAuth providers, I believe it could be a similar issue.