Closed performingmonkey closed 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
and the code with the helper method to my view
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?
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
and the code with the helper method to my view
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?