I'm using odoo version 16.0-20230117. After installing odoo website module, when I create a new website in the settings module, I'm having this output:
```
OwlError: An error occured in the owl lifecycle (see this Error's "cause" property) at handleError (http://localhost:9001/web/assets/781-2937474/web.assets_common.min.js:1212:101) at owl.App.handleError (http://localhost:9001/web/assets/781-2937474/web.assets_common.min.js:2038:29) at ComponentNode.initiateRender (http://localhost:9001/web/assets/781-2937474/web.assets_common.min.js:1518:19) Caused by: TypeError: Cannot read properties of undefined (reading 'map') at Configurator.getInitialState (http://localhost:9001/web/assets/782-cbf1cd1/web.assets_backend.min.js:13604:217) at async Proxy.start (http://localhost:9001/web/assets/782-cbf1cd1/web.assets_backend.min.js:13578:135) at async Configurator. (http://localhost:9001/web/assets/782-cbf1cd1/web.assets_backend.min.js:13598:704) at async Promise.all (index 0) at async ComponentNode.initiateRender (http://localhost:9001/web/assets/781-2937474/web.assets_common.min.js:1517:36)
```
I see a suggestion of activate developer mode with assets and click in regenerate bundles option, but I'm getting the same. I even create a website before, and I accessed to the menu view with the templates options. Now I can't, and I want it back. There is a possible solution?