[Bug] Failed to fetch dynamically imported module in 7.30/7.31
When published to Azure, error thrown:
Error: Microsoft.JSInterop.JSException: Failed to fetch dynamically imported module: https://....../_content/Blazored.Modal/BlazoredModal.razor.js TypeError: Failed to fetch dynamically imported module: https://..../_content/Blazored.Modal/BlazoredModal.razor.js
Only in version 7.30 and 7.31
**Hosting Model **
- Blazor Server, .net 9
Same problema here too
I'm getting the exact same issue when published to a IIS web server. Blazor server .Net 9.
When you navigate to the file with the URL, it is there and can get served. I am getting loads of these errors in the log file though.
@chrissainty Do you have any suggestions on this one mate?