odoo17 community version.After I install website module, when I try to preview and edit the website in the web backend, the web editor is always in a loading state and cannot be operated. And when I try to edit the menu, the system will throw an error:
---------------------------------------
UncaughtPromiseError > OwlError
Uncaught Promise > An error occured in the owl lifecycle (see this Error's "cause" property)
OwlError: An error occured in the owl lifecycle (see this Error's "cause" property) at handleError (https://erp.com/web/assets/4758982/web.assets_web.min.js:916:101) at App.handleError (https://erp.com/web/assets/4758982/web.assets_web.min.js:1543:29) at RootFiber.complete (https://erp.com/web/assets/4758982/web.assets_web.min.js:947:37) at Scheduler.processFiber (https://erp.com/web/assets/4758982/web.assets_web.min.js:1514:43) at Scheduler.processTasks (https://erp.com/web/assets/4758982/web.assets_web.min.js:1509:62) at https://erp.com/web/assets/4758982/web.assets_web.min.js:1507:67 Caused by: TypeError: Cannot read properties of null (reading 'body') at https://erp.com/web/assets/4758982/web.assets_web.min.js:15103:47 at MenuDialog. (https://erp.com/web/assets/4758982/web.assets_web.min.js:1558:145) at RootFiber.complete (https://erp.com/web/assets/4758982/web.assets_web.min.js:945:196) at Scheduler.processFiber (https://erp.com/web/assets/4758982/web.assets_web.min.js:1514:43) at Scheduler.processTasks (https://erp.com/web/assets/4758982/web.assets_web.min.js:1509:62) at https://erp.com/web/assets/4758982/web.assets_web.min.js:1507:67
------------------------------------------------
Also, when I try to add new page, the system will throw this error:
-----------------------------------
UncaughtPromiseError > TypeError
Uncaught Promise > Failed to fetch
TypeError: Failed to fetch at Object.get (https://erp.pmon.com/web/assets/debug/web.assets_web.js:27625:36) (/web/static/src/core/network/http_service.js:13) at https://erp.pmon.com/web/assets/debug/web.assets_web.js:156362:50 (/website/static/src/components/dialog/add_page_dialog.js:404) at AddPageDialog.getCssLinkEls (https://erp.pmon.com/web/assets/debug/web.assets_web.js:156366:15) (/website/static/src/components/dialog/add_page_dialog.js:408) at Object.getCssLinkEls (https://erp.pmon.com/web/assets/debug/web.assets_web.js:156328:39) (/website/static/src/components/dialog/add_page_dialog.js:370) at AddPageTemplates.preparePages (https://erp.pmon.com/web/assets/debug/web.assets_web.js:156259:24) (/website/static/src/components/dialog/add_page_dialog.js:301) at AddPageTemplates. (https://erp.pmon.com/web/assets/debug/web.assets_web.js:156249:18) (/website/static/src/components/dialog/add_page_dialog.js:291) at AddPageTemplates. (https://erp.pmon.com/web/assets/debug/web.assets_web.js:10194:32) (/web/static/lib/owl/owl.js:2619) at https://erp.pmon.com/web/assets/debug/web.assets_web.js:9946:63 (/web/static/lib/owl/owl.js:2371) at Array.map () at ComponentNode.initiateRender (https://erp.pmon.com/web/assets/debug/web.assets_web.js:9946:50) (/web/static/lib/owl/owl.js:2371)
---------------------------------
These errors didn't occured in my odoo17 business version. I have tried regenerating assets, reinstalling website modules, etc., but it still doesn't work. I also tried to locate the problematic file based on the error message, but I don't know where to start. What should I do?