我最近在 render.com 上部署了我的 MERN 堆栈网站,但我遇到了一个问题,即当用户登录时,访问令牌没有被存储为 cookie。此功能在本地主机上运行良好,但在部署版本。谁能为这个问题提出解决方案?
由于访问令牌没有存储为 cookie,在发出 PUT 请求时导致 401 错误。错误消息表明请求失败,状态码为 401,这是一个未授权访问错误。 我尝试了网上找到的各种解决方案,但到目前为止都没有奏效。谁能为这个问题提出解决方案?”
错误:
xhr.js:247 PUT https://youtube-api-6ocf.onrender.com/api/users/dislike/6432be51574971eda59cd025 401
(匿名)@ xhr.js:247
xhr @ xhr.js:49
Nd @ dispatchRequest.js:51
值@ Axios.js:142
(匿名)@ Axios.js:181
(匿名)@bind.js:5
(匿名)@ Video.jsx:147
l @ regeneratorRuntime.js:44
(匿名)@ regeneratorRuntime.js:125
(匿名)@ regeneratorRuntime.js:69
Rr @asyncToGenerator.js:3
a @asyncToGenerator.js:22
(匿名)@asyncToGenerator.js:27
(匿名)@asyncToGenerator.js:19
(匿名)@ Video.jsx:146
Le @ react-dom.production.min.js:54
@react-dom.production.min.js:54
(匿名)@ react-dom.production.min.js:55
先生@react-dom.production.min.js:105
你@react-dom.production.min.js:106
(匿名)@ react-dom.production.min.js:117
lc @ react-dom.production.min.js:274
回复@react-dom.production.min.js:52
Wr @ react-dom.production.min.js:109
Kt @ react-dom.production.min.js:74
Zt @ react-dom.production.min.js:73
asyncToGenerator.js:6 Uncaught (in promise) Vf {message: 'Request failed with status code 401', name: 'AxiosError', code: 'ERR_BAD_REQUEST', config: {...}, request: XMLHttpRequest, ...}