- Issue created by @Nelo_Drup
- 🇮🇳India kulpratap2002
The error occurred because the module attempted to call $entity->toUrl('yoast-analysis-analyse') on entities that do not define the 'yoast-analysis-analyse' link template (e.g., field_config). To fix this, I added a condition to check if the link template exists using $entity->getEntityType()->hasLinkTemplate('yoast-analysis-analyse') before calling toUrl().
I have resolved the error.
Please review. - 🇨🇦Canada nicoleannevella
confirmed seeing this error and its causing WSOD on production
- 🇺🇸United States redeight
Confirmed issue on 1.3.0 causes WSOD. Tested the MR and it indeed fixed the WSOD.