Reactjs – Token is undefined when making api call from react to expressJs backend on production
I am working on an app that makes API calls from react frontend to ExpressJs backend, everything works perfectly well on local development but is not working on the production. I hosted my backend on Heroku and frontend on Netlify.…