You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been using doodba for quite some time both in production and development and I find it very useful, thanks a lot.
I am facing an issue which I am having trouble to solve. Maybe you can help me?
On a production environment of odoo 15, I cannot open user preferences (where you can set-up your language, emai signature ...). The browser console show this error :
"Uncaught (in promise) Unable to render the required templates for the assets to load: XmlHttpRequestError Bad Request"
Note that i don't have this error in previous odoo versions. You can test it in the following url: doodba14.jguenat.ch (working as expected) doodba15.jguenat.ch (issue)
Both are "vanilla" doodba deployment with demo databases. i'm using the global inverse proxy traefik V1 docker-compose from the documentation.
Copier-answers for odoo 15.
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY_commit: v4.2.0_src_path: gh:Tecnativa/doodba-copier-templatebackup_deletion: falsebackup_dst: nullbackup_email_from: nullbackup_email_to: nullbackup_image_version: latestbackup_tz: UTCcidr_whitelist: nulldomains_prod:
- hosts:
- doodba15.jguenat.chdomains_test: nullgitlab_url: nullodoo_dbfilter: ^prododoo_initial_lang: fr_FRodoo_listdb: trueodoo_oci_image: nullodoo_proxy: traefikodoo_version: 15.0paths_without_crawlers:
- /web
- /website/infopostgres_cidr_whitelist: nullpostgres_dbname: prodpostgres_exposed: falsepostgres_exposed_port: 5432postgres_username: odoopostgres_version: 13project_author: jguenatproject_license: BSL-1.0project_name: doodba15smtp_canonical_default: nullsmtp_canonical_domains: null
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I have been using doodba for quite some time both in production and development and I find it very useful, thanks a lot.
I am facing an issue which I am having trouble to solve. Maybe you can help me?
On a production environment of odoo 15, I cannot open user preferences (where you can set-up your language, emai signature ...). The browser console show this error :
"Uncaught (in promise) Unable to render the required templates for the assets to load: XmlHttpRequestError Bad Request"
Note that i don't have this error in previous odoo versions. You can test it in the following url:
doodba14.jguenat.ch (working as expected)
doodba15.jguenat.ch (issue)
Both are "vanilla" doodba deployment with demo databases. i'm using the global inverse proxy traefik V1 docker-compose from the documentation.
Copier-answers for odoo 15.
prod.yaml for odoo 15.
Also still having this issue #373 , you can see it there:
doodba14test.jguenat.ch
Thanks for your help.
Regards,
Julien
Edit : I switched to nginx and it solved my issues
Beta Was this translation helpful? Give feedback.
All reactions