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
When visiting the CP under default-domain.com/admin, navigating to the content of the second domain under "Entries", the URL in the SEO optimization preview snippet (the one with the SEO title and meta description) is displayed as: https://default-domain.com/https://second-domain.com/about-us
Versions:
Craft Pro 4.5.10
SEO 4.2.1
The text was updated successfully, but these errors were encountered:
We're also (still) facing this issue. It seems the siteUrl passed to the seo snippet is pointing to the default site. While the url of the entry contains the correct domain, which is then not being replaced by an empty string as it doesn't match.
It seems the Craft multisite dropdown is not setting the currentSite used by the SEO plugin, at least not at that point in code execution.
On a multi-site installation, the URL is shown incorrectly in the preview snippet in the CP.
Example:
{{ siteUrl }}
)When visiting the CP under default-domain.com/admin, navigating to the content of the second domain under "Entries", the URL in the SEO optimization preview snippet (the one with the SEO title and meta description) is displayed as:
https://default-domain.com/https://second-domain.com/about-us
Versions:
The text was updated successfully, but these errors were encountered: