Trying to import javascript file to IJSObjectReference in Blazor Hybrid app fails with Failed to fetch dynamically imported module
I have a Blazor .Net Maui hybrid app. I am trying to import my javascript file using IJSObjectReference. No matter where I put the file and how I try to reference the path, I get the “Failed to fetch dynamically imported module” error in the developer console.