I encountered an issue after installing the Arabic language in Odoo via the website settings. When I switch from English to Arabic, the website layout breaks, and a message appears at the bottom of the page stating:
“A CSS error occurred, using an old style to render this page.”
This issue seems to occur only when i change to the Arabic language through top drop down button, while other languages work perfectly fine. Could this be related to the Arabic language's right-to-left (RTL) layout?Additionally, the browser console shows the following warnings and errors:
Cookie “cids” does not have a proper “SameSite” attribute value. Soon, cookies without the “SameSite” attribute or with an invalid value will be treated as “Lax”.
Cookie “frontend_lang” does not have a proper “SameSite” attribute value.
unreachable code after return statement
module_loader.js:27
web.assets_web.js line 13124 > Function:32:5
Failed to load ''. A ServiceWorker intercepted the request and encountered an unexpected error. service-worker.js:35:15
Layout was forced before the page was fully loaded. If stylesheets are not yet loaded, this may cause a flash of unstyled content.
The resource at “http://localhost:8087/web/static/src/libs/fontawesome/fonts/fontawesome-webfont.woff2?v=4.7.0” preloaded with link preload was not used within a few seconds.
I would appreciate any guidance or suggestions on resolving this issue. Thank you!