ClerkJS forceRedirectUrl and signUpForceRedirectUrl not working with an external AWS APIGateway domain
I’m trying to get an AWS Lambda api hooked up with a Vite React app using ClerkJS auth. I want to store some user data on sign up and do some other prep on sign in. I want to hit the AWS API rather than redirect to the front end app.