我正在使用 NodeJS-ReactJS 同构应用程序,当我点击 a 时,Link
我收到一条错误消息
Uncaught (in promise) Error: Request has been terminated
Possible causes: the network is offline, Origin is not allowed by Access-Control-Allow-Origin, the page is being unloaded, etc.
我听说的前两个原因(离线和 CORS)。什么是the page is being unloaded
错误的手段?它如何可能导致浏览器不需要导航。