odoo-saas-tools icon indicating copy to clipboard operation
odoo-saas-tools copied to clipboard

Got Error on request /saas_server/new_database ? and Why DBfilter is not working?

Open krupesh10 opened this issue 6 years ago • 2 comments

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: selection_012

My Plan settins: selection_011

My server settings [Server DB]: selection_013

Odoo config file: selection_008

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: selection_009

Also getting error: selection_010


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

krupesh10 avatar Nov 05 '18 07:11 krupesh10

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

W360S avatar Nov 05 '18 08:11 W360S

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?

krupesh10 avatar Nov 05 '18 09:11 krupesh10