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
In the SocialPreview (FacebookPreview and TwitterPreview) the image urls are not prefixed with the backend URL.
In our setup we have the fronted at a specific URL (example.com) and the backend / strapi sitting at a subpath (example.com/strapi). Other strapi plugins or the content manager can handle this because they use the prefixFileUrlWithBackendUrl helper function when dealing with image urls. The seo plugin however just uses the plain url and therefore the images are not shown in the preview.
In the SocialPreview (FacebookPreview and TwitterPreview) the image urls are not prefixed with the backend URL.
In our setup we have the fronted at a specific URL (example.com) and the backend / strapi sitting at a subpath (example.com/strapi). Other strapi plugins or the content manager can handle this because they use the
prefixFileUrlWithBackendUrl
helper function when dealing with image urls. The seo plugin however just uses the plain url and therefore the images are not shown in the preview.I created a (not yet tested) PR: #36
The text was updated successfully, but these errors were encountered: