odoo-saas-tools
odoo-saas-tools copied to clipboard
Got Error on request /saas_server/new_database ? and Why DBfilter is not working?
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 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.
What to do in this case?