If you have a react app that uses clerk for authentication, follow these steps to get your app to run correctly
NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in
, NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up
VITE_CLERK_SIGN_IN_URL
& VITE_CLERK_SIGN_UP_URL
app.tempo-dev.app
. This is the same Tempo app but hosted on the same domain as the dev server. This allows Clerk to pass the Cookie into the inner iframe.