Hello all ,
I have upgraded a module on a Odoo Server. Once the upgrade is complete , There is a login issue . Users cannot enter into the Odoo system , the page redirects .
The error message on the web console shows : net::err_too_many_redirects.
One thing I would like some help understanding is the sudden change of url for example :
https://odoowebsite.com , always goes to https://odoowebsite.com/en_GB
The en_GB at the end of the site may be the reason users cannot login . When I roll back back to a previous state the en_GB is removed from the web url.
I have also pull the latest odoo source down , so again I am not sure if this may be the issue .
solutions tried
- cleared cache 
- removed website module 
- restarted the Odoo server with -u all and -d database 
- removed custom code that inherited website module 
has any come across this problem or  has any tips into to solve this ?
