Open eckonator opened 1 month ago
Thanks for raising this issue! Apparently this worked on my case-insensitive ddev environment? But I've opened up a PR for the next 10.1.0 where this issue has been fixed and I've added some new functionality. I'm hoping to add some more bugfixes to that release but if that takes too long I'll release it first :)
Please give us a description of what happened.
JavaScript files can't be loaded in my local DDEV project in TYPO3 v13.4 Backend:
Howto fix this issue?
I have compared the backend integration of JavaScripts in EXT:yoast_seo with EXT:news extension from Georg Ringer. I noticed that there is an incorrect spelling of a file in the yoast_seo extension.
Wrong:
vendor/yoast-seo-for-typo3/yoast_seo/Configuration/JavascriptModules.php
Correct:
vendor/yoast-seo-for-typo3/yoast_seo/Configuration/JavaScriptModules.php
After changing this and flush caches, the preview works fine in backend now. Please fix it in next v10 release. Thank you!
Technical info