Hello,
When trying to reset the password through the URL, but I got the error:
""The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.""
Also I'm getting this error on the server logs all the time:
"""
POST /longpolling/poll HTTP/1.1" 404
WARNING ? odoo.http: 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again."""
The URL is: http://localhost:8069/web/reset_password?db=mydb1&token=pQyfNercxtTmHTlyB0iF
But why if I select the bd on the params? Don't the param bd=mydb1 should point to witch bd i'm referring to?
I don't want to use db filter because i'm using only one host name to more than one db.