You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We updated line 165 in \MageSuite\Opengraph\DataProviders\General.php from:
$currentUrl = $this->urlBuilder->getUrl('', ['_current' => true]);
to:
$currentUrl = $this->urlBuilder->getCurrentUrl();
This fixed the issue for us with no side effects.
The text was updated successfully, but these errors were encountered:
We found on CMS pages that the og:url being outputted was the non-search friendly e.g. https://www.example.com/page_id/118/
We updated line 165 in \MageSuite\Opengraph\DataProviders\General.php from:
$currentUrl = $this->urlBuilder->getUrl('', ['_current' => true]);
to:
$currentUrl = $this->urlBuilder->getCurrentUrl();
This fixed the issue for us with no side effects.
The text was updated successfully, but these errors were encountered: