Configured mail servers for incoming and outgoing. I have created an user in odoo-8. Click on "send reset password instructions" link. The user will get an email regarding odoo invitation. When the user click on that link, It is showing page not found error. Both networks are same. So if it's because of multi databases, I keep only one database(droped remaining databases). It's redirect to correct page, but it's not giving any value in "Your Email" field and "your name fields" in the login form. When it tried to give my username, it's not writable field.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project
- MRP
This question has been flagged
Hello Samba
If you have more than one DB in ODOO Instance then you will get this "Page Not Found 404" Error.
Step to overcome that error.
You probably use Apache:
Goto :> sudo nano /var/www/html/openerp-wsgi.py'
In the file just put conf['dbfilter'] = 'dbname' anywere in the file and save that.
After that you have to restart the server.
Hope that this answer will help you.
Please don't hesitate to ask any question regarding this.
If you get the answer as you need then please accept the answer.
Thank You
Thank you Kazim. I keep only one database now (droped remaining databases). when i try again. It is redirect to page, but not giving email, when i try to write email there.. it is readonly field
I don't have www folder in /var/ . I have this openerp-wsgi.py in /opt/odoo/odoo-server/. When i open it, it's does not contain any conf['dbfilter'] field.
Can you please send image or link so we i can check that.
/opt/odoo/odoo-server/openerp-wsgi.py try to add conf['dbfilter'] = 'dbname' over here i think it will help you.
Excuse the question, but what is the drawback of this solution? I see these solutions are more than a year old yet this is still an issue in the latest version... Why wouldn't this get fixed upstream?
I have the same problem now after 9 years. But the problem is I use Nginx. whats the solution for that case?
you try to log in to the server using ip (eg:- 192.168.1.104:8069) instead of localhost (eg:- localhost:8069)
then sent the reset password again
then try opening from your mail
Local sever
I have code in dev server. I have connected that with lan. I am using lan ip here
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up
What URL is the link referring too? Sounds like a mismatch of the URL. Are you using multiple db's or one?
I am using multiple db's. URL: myhost/web/reset_password?token=BmG6awiL7lsGOmCnXpll&db=mydbname
--
Thanks and Regards,
Skype: samba.guduru2(skype)Sambasiva rao,
Well there are quite a few reports of multi-db and unsubscribing etc not working so this has to do with these probably. You should use the db-filter. See https://github.com/odoo/odoo/pull/3289#issuecomment-68440588 and https://www.odoo.com/documentation/8.0/setup/deploy.html
--
Thanks and Regards,
Skype: samba.guduru2(skype)Sambasiva rao,
--
Thanks and Regards,
Skype: samba.guduru2(skype)Sambasiva rao,
--
Thanks and Regards,
Skype: samba.guduru2(skype)Sambasiva rao,