I am trying to send request to my Express app’s backend, but it doesn’t work I’ve already added cors middleware
My app use a tunnel url through Cloudflare See screenshot below
I found this can be fixed by adding cors: true to vite.config.js in frontend
cors: true
vite.config.js