I have two instances of Odoo in a server in the cloud. If I make the following steps I get "Internal Server Error":
- I make login in the first instance (
http://111.222.33.44:3333
) - I close the session
- I load the address of the second instance in the same browser (
http://111.222.33.44:4444
)
If I want to work in the second instance (in another port), I need to remove the browser cookies first to acces to the other Odoo instance. If do this everything works fine.
If I load them in differents browsers (Firefox and Chromium) at the same time, they work well as well.
It's not a NginX issue because I tried with and without it.
Is there a way to solve this permanently? Is this the expected behaviour?