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
the problems come from here: Odoo config file:
;dbfilter = ^%d$
it should be:
dbfilter = ^%d$
if finally you can't fixed then ping me here: saastools.xyz
the problems come from here: Odoo config file:
;dbfilter = ^%d$
it should be:
dbfilter = ^%d$
if finally you can't fixed then ping me here: saastools.xyz
Thanks for your answer but when I enable dbfilter odoo ignoring all the databases which are created and when I try to create any new DB then it will reject the session like this and got below message in log
odoo.http: Logged into database 'odoo.local', but dbfilter rejects it; logging session out.
I configured everything related to saas : https://odoo-saas-tools.readthedocs.io/en/10.0/setup/install.html
I installed Odoo version CE version: Odoo 11.0-20181030 (Community Edition)
My configuration for main database like this:
My server settings:
My Plan settins:
My server settings [Server DB]:
Odoo config file:
When I enabling dbfilter in cofig file it says me: odoo.http: Logged into database 'odoo.local', but dbfilter rejects it; logging session out.
I configured apache like this:
Also getting error:
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: