Hi @neo2k23
For us to understand the scenario better, can you please confirm if you are facing any Yoast SEO related issues while using Classic editor?
Please provide us with screenshots that highlight the issue you are experiencing. You can use any image-sharing service like https://pasteboard.co/, https://snag.gy/, https://imgur.com/, https://snipboard.io/, or even upload the screenshot to your own website. Once you upload it to an image-sharing service, please share the link to the image here.
I am using the classing editor latest wp 6.8 beta or 6.9 trunk.
Make sure you enable debug mode and script debug mode in the wp-config.php https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
define( 'WP_DEBUG', true );
define( 'SCRIPT_DEBUG', true );
Please install activate the classic editor plugin and edit a page or post. Check the browser error console and you will see the numerous messages.
Also in a clean install installing Yoast seo and activating it throws this
Deprecated: strip_tags(): Passing null to parameter #1 ($string) of type string is deprecated in /var/docs/public/wp-admin/admin-header.php on line 41
Please fix that one also.
Both issues are easily recreatable in any testbed of yours. https://share.zight.com/6qupkewq
https://share.zight.com/wbudr7xR
Sharing further any images is not needed as i can continuously recreate the issue in any of my (clean or existing) websites and all the details to recreate the issues are provided.
I forgot to mention i am using the new jquery tester plugin aswell to test op jquery 4.0 which soon will be part of wordpress
https://wordpress.org/plugins/wp-jquery-update-test/
Sorry about forgetting to mention this.