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
I got it partly working by {{ fetch pages="{default locales url}" locale="{current locale}"}} but now all assets have wrong urls. They should stay /assets/img/image.jpg but they become /locale/assets/img/image.jpg.
Hi!
I've been using Fetch for a while without any problems.
Yesterday I added a second locale to a site and got into some issues.
{{ fetch pages="{ url }" }}
/!/Fetch/page/default-slug?locale=en
(en is the secondary locale in my case.)/!/Fetch/page/localised-slug
gives an errorPage [localised-slug] not found.
Is this the intended behaviour? Shouldn't Fetch work with localised slugs also?
Thanks!
The text was updated successfully, but these errors were encountered: