JWT Token Not Sent with Axios in React on Deployed Server (Works on Localhost and Postman
when calling backend server api using jwt token with credentials:true in axios working good in localhost when running backend code locally but not working when deploying backend to online server its saying always no token provided but when i test in postman alwsys working good to recived data from api using jwt token but when i use in my react code not working always saying no token provided generated by middleware code why so