Notorious B.I.G.N
Convex Communityβ€’8mo agoβ€’
2 replies
Notorious B.I.G.

Need help with CORS/allowed origins for custom domain

Hi team! I'm experiencing a CORS issue with my production deployment that's blocking my app on my custom domain.

Details:
- Custom domain:
https://blue.braunwell.co.uk

- Issue: My app works perfectly on the default Vercel domain but fails with authentication errors on my custom domain

Error message:
Uncaught Error: [CONVEX Q(rentals:getRentals)] [Request ID: ...] Server Error


What I've tried:
- Verified environment variables are correct in Vercel ()
- Checked the Convex dashboard but can't find the "Allowed Origins" setting
- The app works fine on localhost and Vercel's domain, only fails on custom domain

Request:
Could you please add
https://blue.braunwell.co.uk
and
https://*.braunwell.co.uk
to the allowed origins for my deployment? This is blocking our production launch.

Thank you! πŸ™
Was this page helpful?