I have the following problem:
when I browse through the pages of Odoo, the message appears indicating that the connection has been lost and then the message indicating that the connection has been restored appears.
This happens often and looking at the Chrome inspector, I see that some components of the page give a 401 error.
The error appears randomly. Sometime in "load_views", or sometimes in "version_info" URL.
Parsing the answer, despite the 401 error, the JSON is correctly compiled
Thanks for the help