I am getting the following error on saving a node.
DrupalCoreEntityExceptionUndefinedLinkTemplateException: No link template '' found for the 'taxonomy_term' entity type in DrupalCoreEntityEntityBase->toUrl() (line 196 of /opt/app-root/src/web/core/lib/Drupal/Core/Entity/EntityBase.php).
I realised that this happens to any content type having a field referencing a particular taxonomy vocabulary. However I am not able to understand why this error is triggered.