valdisiljuconoks / LocalizationProvider

Database driven localization provider for .NET applications (core assemblies)
https://tech-fellow.eu/
Apache License 2.0
123 stars 41 forks source link

404 on client side resources #266

Closed performingmonkey closed 1 year ago

performingmonkey commented 1 year ago

Hello,

I am upgrading to 7.5.1 on dotnet core 6 and I am getting a 404 when trying to load in client side resources. I've added the configuration

image

and the code with the helper method to my view

image

But I am getting a 404. I also notice the path it is rendering is different, missing the 'jsl10n'

/{ResourceClass}?lang=en&alias=pdp

While on our current, fully functioning implementation it is working just fine.

/jsl10n/{ResourceClass}?lang=en&alias=pdp

Is there some more configuration I am missing?