CORS error when send request from Admin Block to my Express app's backend

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