Cookies don't transfered in react and express.js
问题 I have been working on project which backend uses express and apollo server and front end uses react js. Locally everything seems fine as server runs on port 2000 and react js runs on 3000. After building my react app I copied everything and place them server's public folder but after uploading them to remote server users can't authenticate since session id is not get transferred. Here is how I have configured base url in react app. App.js let BASE_URL = '' let WS_BASE_URL = '' let