My application seems to work totally fine during development but after I deployed to Heroku the application works fine but unlike development, the response and request cycle is totally blocked during production
Here’s my application structure
App.js
allowed origin.js
corsOption
credentials
Finally the error thrown during production
Please what I’m I not doing right here?