Getting CORS issue when using Wasp CLI to deploy
@kapa.ai I'm experiencing a CORS issue, NOT using my own domain:
My
And my
(My client URL is
Seems the CORS settings do work on my local machine since when I removed
My
main.wasp is like And my
src/serverSetup.ts:(My client URL is
https://skyblaze-client.fly.dev). Seems the CORS settings do work on my local machine since when I removed
http://localhost:3000, it also throws a CORS error locally. I'm wondering whether there're something wrong in my serverSetup and middleware that causing this issue?