This
#3077442 →
feature implementation in the version 8.x-1.20 is causing issue during the language fallback condition for Node URL tokens. For example. A node is created in "en" language and user is visiting in "de" language for which node translation is not created. If we use [node:url]
token or [current-page:url]
Token in metatag we should get url as per "de" language but due to this
#3077442 →
feature being added in version 8.x-1.20 of this module, the Node URL which is getting generated through token in metatag is as per "en" language.
[node:url
] token or [current-page:url] in Metatag
Expected result: Node URL in metatag should appear as per the current language
Actual Result: If node translation is not available for current language, Node URL in Metatag is appearing as per the fallback language.
Active
1.21
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.