Yes I confirm that the issue occurs with Solene theme but also with the downgrade to a Twenty Twenty theme (in both scenarios i kept only the Yoast SEO plugin acivated).
I’ve tried to search for javascript errors with Chrome Devtools and i get this messages when I analyze the page:
Failed to load resource: the server responded with a status of 500 (Internal Server Error)
Audit usage of navigator.userAgent, navigator.appVersion, and navigator.platform
A page or script is accessing at least one of navigator.userAgent, navigator.appVersion, and navigator.platform. Starting in Chrome 101, the amount of information available in the User Agent string will be reduced.
To fix this issue, replace the usage of navigator.userAgent, navigator.appVersion, and navigator.platform with feature detection, progressive enhancement, or migrate to navigator.userAgentData.
Note that for performance reasons, only the first access to one of the properties is shown.
I don’t know if this could be useful but I don’t know what this message means.