I have a next.js application which has to authenticate Clerk. I want it to redirect the user to the app.redaquest.com/onboarding subdomain upon successful registration but currently it redirects me to redaquest.com upon successful registration.
In the enviromental variables I have set NEXT_PUBLIC_CLERK_SIGN_IN_FORCE_REDIRECT_URL=https://app.redaquest.com/dashboard NEXT_PUBLIC_CLERK_SIGN_UP_FORCE_REDIRECT_URL=https://app.redaquest.com/onboarding
I have the redaquest domain and also the app.redaquest.com subdomain with another hosting provider (hostcreators). There I have such dns records : *.redaquest.com CNAME redaquest.com ssh.redaquest.com CNAME vps121.hostcreators.en smtp.redaquest.com CNAME smtp.tomarco.sk imap.redaquest.com CNAME imap.tomarco.sk pop3.redaquest.com CNAME pop3.tomarco.sk _autodiscover._tcp.redaquest.com SRV 0 0 443 autodiscover.tomarco.sk redaquest.com TXT v=spf1 and mx include:_spf.tomarco.sk -all _dmarc.redaquest.com TXT v=DMARC1; p=reject; sp=reject; rua=mailto:dmarc@tomarco.sk; ruf=mailto:dmarc@tomarco.sk; pct=100; fo=1; adkim=r; aspf=r redaquest.com A 76.76.21.21 www.redaquest.com CNAME cname.vercel-dns.com app.redaquest.com CNAME cname.vercel-dns.com
Can you please help me ?