Deployment Error
Hey Wasp community! 
I'm deploying an OpenSaaS app to Fly.io from my M1 MacBook Pro, following the standard deployment docs:
Access to XMLHttpRequest at 'https://myApp-server.fly.dev/auth/email/signup' from origin 'https://myApp-client.fly.dev' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource.
I've followed the deployment docs exactly and avoided any manual configuration since Wasp is supposed to handle this automatically. Has anyone else encountered this CORS issue with Fly.io deployment? Any suggestions that don't involve manually editing configuration files?
Thanks!
I'm deploying an OpenSaaS app to Fly.io from my M1 MacBook Pro, following the standard deployment docs:
- Ran:
wasp deploy fly launch myApp dfw - Set my environment variables (Google OAuth, SendGrid)
- Updated OAuth redirect URLs in Google Cloud Console
Access to XMLHttpRequest at 'https://myApp-server.fly.dev/auth/email/signup' from origin 'https://myApp-client.fly.dev' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource.
I've followed the deployment docs exactly and avoided any manual configuration since Wasp is supposed to handle this automatically. Has anyone else encountered this CORS issue with Fly.io deployment? Any suggestions that don't involve manually editing configuration files?
Thanks!