This question has been flagged
2 Replies
4446 Views

 

Impacted versions: v11

Steps to reproduce: Installing Odoo on Ubuntu 18.04 LTS (with nginx+letsencrypt certificate) up to date with separate postgresql server on Azure Database for PostgreSQL
odoo user is memeber of azure_pg_admin

it seems database creation going well no error message during creation (either with or without demo data)

Error: when going to the url to log in in Odoo
Uncaught Error: QWeb2: Template 'PlannerLauncher' not found

Avatar
Discard
Author Best Answer

@Niyas


yes but no you don't have access to the pg_hba.conf file on Azure database ...otherwise I would have done it


Thanks

Avatar
Discard
Author

For me that tends to prove that there is an issue in the code because at one moment odoo tries to connect to the database witout user/password.

I am not sufficiently proficient in Odoo to say where

Best Answer

Hi,

It seems you already have created a issue in the git-hub regarding the same: https://github.com/odoo/odoo/issues/32786

As it is the issue with your deployment, see this thread in the forum having similar issue : https://www.odoo.com/forum/help-1/question/error-qweb2-template-plannerlauncher-not-found-127016


You can check the above link and see whether it solve the issue, in the pg_hba.conf file  change the method of connection 'md5' to 'trust'.


Thanks

Avatar
Discard