Drupal 10.0.3 with composer require 'drupal/yoast_seo:^2.0@alpha'
All relevant pages say "It looks like something went wrong when we tried to load the Real-Time SEO content analysis library. Please check it the module is installed correctly."
Uninstalled and removed with Composer.
Drupal 10.0.7 with composer require 'drupal/yoast_seo:^1.8'
All relevant pages say "It looks like something went wrong when we tried to load the Real-Time SEO content analysis library. Please check it the module is installed correctly."
I am unable to find anything that tells me that I should do anything other than install as above.
As it stands, I have no SEO boxes to complete under D10.
I have 8.x-1.8 running happily under Drupal 9.5
Comments
Comment #2
azovsky commentedI have the same issues on Drupal 9.5.9 and yoast_seo 8.x-2.0-alpha9
Also in the browser console I can see error like:
Comment #3
azovsky commentedI fixed this issue for my project via updates in `composer.json` file.
I added "installer-paths" for libraries:
and re-install `yoast_seo` module via composer.
Details here https://www.drupal.org/docs/develop/using-composer/manage-dependencies#t...
Comment #4
azovsky commentedThese requirements for correct configurations in composer.json files will probably need to be specified somewhere in the Readme/Module description.
Comment #5
vortexcentrum commentedThat looks helpful, @azovsky. I'll try it.
Thanks very much.