After installing NopCommerce 4.3 the site returns blank page, and after enabling stdLogs, i have the following error:
info: Microsoft.AspNetCore.Routing.EndpointMiddleware[0]
Executing endpoint 'Nop.Web.Controllers.HomeController.Index (Nop.Web)'
info: Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker[3]
Route matched with {action = "Index", controller = "Home", area = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Index() on controller Nop.Web.Controllers.HomeController (Nop.Web).
info: Microsoft.Hosting.Lifetime[0]
Application is shutting down...
Unhandled exception. System.OperationCanceledException: The operation was canceled.
at System.Threading.CancellationToken.ThrowOperationCanceledException()
at System.Threading.CancellationToken.ThrowIfCancellationRequested()
at Microsoft.Extensions.Hosting.Internal.Host.StopAsync(CancellationToken cancellationToken)
at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.WaitForShutdownAsync(IHost host, CancellationToken token)
at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token)
at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token)
at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.Run(IHost host)
at Nop.Web.Program.Main(String[] args) in [PATH_TO]\nopCommerce_4.30_Source\Presentation\Nop.Web\Program.cs:line 11
I could not figure out what the error could be.
The application is hosted on a webserver, built on win-x86
Thanks in advance for response.