Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to render the required templates for the assets to load: XmlHttpRequestError #353

Open
carlosecv opened this issue Oct 26, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@carlosecv
Copy link

carlosecv commented Oct 26, 2022

Describe the bug

OwlError: An error occured in the owl lifecycle (see this Error's "cause" property)
at handleError (https://odoo16.realsystems.com.mx/web/assets/293-5ee1e35/web.assets_common.min.js:1212:101)
at owl.App.handleError (https://odoo16.realsystems.com.mx/web/assets/293-5ee1e35/web.assets_common.min.js:2039:29)
at ComponentNode.initiateRender (https://odoo16.realsystems.com.mx/web/assets/293-5ee1e35/web.assets_common.min.js:1520:19)

Caused by: Unable to render the required templates for the assets to load: XmlHttpRequestError

A clear and concise description of what the bug is.

To Reproduce

On productive environment Select User Prefernces and get this error.

Affected versions:
Odoo 16

Steps to reproduce the behavior:

  1. Install via copier odoo 16
  2. Go to User on right top corner and select preferences
  3. Get error only on productive environment this is not happending on dev environment

Expected behavior

Must show Preferences as on dev environment

@carlosecv carlosecv added the bug Something isn't working label Oct 26, 2022
@carlosecv
Copy link
Author

Found again a solution you must comment this lines on prod.yaml

traefik.forbiddenCrawlers-0.frontend.headers.customResponseHeaders:

"X-Robots-Tag:noindex, nofollow"

traefik.forbiddenCrawlers-0.frontend.rule: Host:your.domain.name;Path:/web,/web/{anything:.},/website/info,/website/info/{anything:.}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant