volume_up

A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

volume_up

A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Globalization/Site in different languages

In trying to make the site work for another language as eg french other than the default english languge. It seems to be not able to access the global assets/images/resource files

as for eg: http://localhost:16640/globalassets/home/mediae_herobanner.jpg

works ok for english site but for french site it is looking for:

http://localhost:16640/fr/globalassets/home/mediae_herobanner.jpg

And it does not find it. How to make same images work for all international sites?

Thanks

Daman

#192214
May 10, 2018 21:55

Hmm, that seems strange. The route that handles media request is by default not registered with language segment (since media types by default is not localizable). So the url http://localhost:16640/fr/globalassets/home/mediae_herobanner.jpg should not have that "fr" segment in there (which likely is causing a 404 when requested for). The question is then why the language segment is added? Have you done any extensions/modifications to routing such as adding event handlers to IContentRouteEvents, added custom routes?

#192221
May 11, 2018 8:49
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.