I have several domains with multiple existing databases in my Odoo 18. I already activate the website app and set each domain within website > setting for each database.
DatabaseA for mydomain1.com
DBossB for myurl2.com
I want each domains automatically connect with its default database without database selector or create a new database.
within odoo.conf, I try to use :
dbfilter = ^%d$
list_db = False
and it variants (using ^%d or ^%h$ or ^%h ), but it always ask me to create new database .
How to solve this problem ? Looking forward for how to solve this ....