You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using donet core 3.1, not able to load local files from node_modules.
"Not allowed to load local resource" error.
Though I have installed nuget package for OdeToCode.UseNodeModules version 3.0.0 and in Startup file I am doing
app.UseNodeModules();
The text was updated successfully, but these errors were encountered:
Same thing here. After installing the Nuget package OdeToCode.UseNodeModules and adding app.UseNodeModules(); to Startup.cs, I get HTTP 404 in the developer tools console for JS and CSS files in node_modules.
Same thing here. After installing the Nuget package OdeToCode.UseNodeModules and adding app.UseNodeModules(); to Startup.cs, I get HTTP 404 in the developer tools console for JS and CSS files in node_modules.
Well, after a few more tries, this seems to be working. Sadly, I can't really say what changed.
Using donet core 3.1, not able to load local files from node_modules.
"Not allowed to load local resource" error.
Though I have installed nuget package for OdeToCode.UseNodeModules version 3.0.0 and in Startup file I am doing
app.UseNodeModules();
The text was updated successfully, but these errors were encountered: