Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
krupesh10 opened this issue Nov 5, 2018 · 2 comments

Comments

@krupesh10
Copy link

krupesh10 commented Nov 5, 2018

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.

@W360S
Copy link
Contributor

W360S commented Nov 5, 2018

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

@krupesh10
Copy link
Author

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants