I recently updated my Episerver project's custom module from .NET 5 to .NET 6. In the previous version, the project used Episerver 12.9.0, but after the upgrade, it now uses Episerver 12.19.0.
However, after completing the upgrade, I encountered an error indicating that the JavaScript file within my module cannot be found. In the project, the file was located in modules_protected[Module Name][Version]\ClientResources\scripts\editors folder. But when I load the project, it is looking for the file at [Root]/ClientResources/ClientResources/scripts/editors/.
I attempted to modify the module configuration to correct the file path, but it doesn't seem to be working.
Could anyone please help me resolve this issue? Thank you!