I’m trying to upload an image from local by using base64 to do image detection. And everything works fine in localhost and postman. But after deploying, I got CROS error. I’ve already got cors middleware in server.js The cors middleware works fine when fetching image with url, But when I tried to upload image from local by using base64, the