Could not deploy my custom webapp to azure ... after deployment, get message in browser: An error occurred while starting the application. .NET Core 4.6.27317.03 X86 v4.0.0.0 | Microsoft.AspNetCore.Hosting version 2.1.1-rtm-30846 | Microsoft Windows 10.0.14393
(when the app launches in Browser)
removing app.UseNodeModules(env); from Configure method is a fix.
Is there another fix / app workaround that will allow us to continue to use the package or does the code need to be modified.
Could not deploy my custom webapp to azure ... after deployment, get message in browser: An error occurred while starting the application. .NET Core 4.6.27317.03 X86 v4.0.0.0 | Microsoft.AspNetCore.Hosting version 2.1.1-rtm-30846 | Microsoft Windows 10.0.14393
(when the app launches in Browser)
removing app.UseNodeModules(env); from Configure method is a fix.
Is there another fix / app workaround that will allow us to continue to use the package or does the code need to be modified.