The error was hidden in the html tag. The website is a page in German language. However, the html tag was maintained with the lang=‘en’ attribute. If the function ‘Translate’ and automatic translation into German was activated, then an attempt was made to translate German into German, which led to the incorrect view. The html tag was changed to ‘de-DE’ and the error disappeared.