CORS Policy Error with React Frontend and Flask Backend When Uploading Multiple Images
Actually I have made frontend in reactJs and backend in python flask(consuming a cnn model for some predictions).When i send like 5 to 6 images as my request, then it is working fine but when i sent 10 to 15 images and some time is exhausting then it is giving error like,although i have setup Cors in my code given below :