Hello all ,
I have multiple databases running on a Odoo server , however for some reason I cannot log in to a specific database . The issue is when I enter the user name and password credential , the page refreshes , even if I deliberately try to enter a wrong user name and password the page just refreshes as well . I have checked both the server logs and Postgres database and no error appears when I try to login .
Ways I have tried to solve the issue :
I have removed the add-ons path with the custom modules that could have caused the issue and restarted the Odoo server and still I cannot login.
I have also dropped the database , reimported the database SQL file and tried to log in but still no prevail .
I moved the custom module source code(that could be the cause of the problem ) and the same database down to a local machine and everything was fine I could login.
Has any one come across this type of issue before or knows what the problem could be ?
Have you tried to do a -u all? Just to be sure all your code and modules are back up to date and nothing is 'corrupt'?
@Yenthe Thanks for the reply I have tried to restart the odoo server with -u all and the problem still exist
I guess you didn't try clearing cookies of your browser. This is not good solution, but odoo has problem of cookies. It seems you have problem of js. You can try in different browser.
@Micheal Pol I have tried different browsers still have an issue , could you share some insight as to why it may be a javascript problem and where I could start looking to solve this ?
@Michael I have checked the JavaScript web console and I receive no error logs however this shows in the display : [survey] Custom JS for survey is loading... 40122c2 (line 738) [jquery.form] terminating; zero elements found by selector 96c66be (line 1000) [survey] Custom JS for survey loaded! 40122c2 (line 747) [survey] Survey Result JS is loading... 40122c2 (line 2193) [survey] Survey Result JS loaded! Any ideas as to what these messages mean ?