Gorka CesiumG
Convex Community2y ago
30 replies
Gorka Cesium

Clerk with multiple domains

How could I set up auth in Convex + Clerk for apps that are in multiple web domains?

for example:
app 1 = bz.com
app 2 = fx.com

That means that env variable CLERK_JWT_ISSUER_DOMAIN will not work for both, right?
Would I have to remove the ConvexProviderWithClerk from the Provider in react?

I opened a git issue in the monorepo template.
https://github.com/get-convex/turbo-expo-nextjs-clerk-convex-monorepo/issues/2
GitHub
I have a mono-repo where I have two apps hosted in different domain each. for example: app 1 = bz.com app 2 = fx.com That means that CLERK_JWT_ISSUER_DOMAIN will not work for both, right? Would I h...
Multi-domain with Clerk · Issue #2 · get-convex/turbo-expo-nextjs-c...
Was this page helpful?