[Bug]: After the login expires, login again, and the home page keeps loading.
Is there an existing issue for the same bug?
- [X] I have checked the existing issues.
Branch name
main
Commit ID
89004f1fafa4528e6047d2fef8fcc42439f5b0ec
Other environment information
No response
Actual behavior
After relogging in, the knowledge base page cannot be loaded properly
error message:
uncaught at _callee3 at _callee3 at _callee7 at takeEvery at _callee at _callee Error: TypeError: Cannot read properties of undefined (reading 'data') at _callee2$ (http://localhost:9222/src_umi_umi_ts.async.js:7837:35) at tryCatch (http://localhost:9222/vendors-node_modules_umijs_bundler-webpack_compiled_mini-css-extract-plugin_hmr_hotModuleRepl-e45c2c.async.js:623:16) at Generator.<anonymous> (http://localhost:9222/vendors-node_modules_umijs_bundler-webpack_compiled_mini-css-extract-plugin_hmr_hotModuleRepl-e45c2c.async.js:711:17) at Generator.next (http://localhost:9222/vendors-node_modules_umijs_bundler-webpack_compiled_mini-css-extract-plugin_hmr_hotModuleRepl-e45c2c.async.js:652:21) at next (http://localhost:9222/mf-dep____vendor.2a2056c3.js:397483:27) at currCb (http://localhost:9222/mf-dep____vendor.2a2056c3.js:397560:7) at http://localhost:9222/mf-dep____vendor.2a2056c3.js:60831:17 at http://localhost:9222/mf-dep____vendor.2a2056c3.js:59976:26 at onError (http://localhost:9222/mf-dep____vendor.2a2056c3.js:60832:11) at sagaWithCatch$ (http://localhost:9222/mf-dep____vendor.2a2056c3.js:60256:13) at tryCatch (http://localhost:9222/mf-dep____vendor.2a2056c3.js:445195:16) at Generator.<anonymous> (http://localhost:9222/mf-dep____vendor.2a2056c3.js:445283:17) at Generator.throw (http://localhost:9222/mf-dep____vendor.2a2056c3.js:445224:21) at next (http://localhost:9222/mf-dep____vendor.2a2056c3.js:397461:32) at Object.currCb [as cont] (http://localhost:9222/mf-dep____vendor.2a2056c3.js:397560:7) at end (http://localhost:9222/mf-dep____vendor.2a2056c3.js:397528:23) at abort (http://localhost:9222/mf-dep____vendor.2a2056c3.js:397251:5) at task.cont (http://localhost:9222/mf-dep____vendor.2a2056c3.js:397264:9) at next (http://localhost:9222/mf-dep____vendor.2a2056c3.js:397500:16) at currCb (http://localhost:9222/mf-dep____vendor.2a2056c3.js:397560:7)
Expected behavior
No response
Steps to reproduce
After logging in normally in Browser A, if you login with the same account in another browser and then return to Browser A to refresh, you are prompted that the login has expired. After relogging in, a BUG occurs.
Additional information
No response