Upgarding 4.2 > 4.3 does anyone have any idea what's going on?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
один год назад
does anyone have any idea what's going on? Thank you


An error occurred while starting the application.
JsonReaderException: '"' is invalid after a value. Expected either ',', '}', or ']'. LineNumber: 18 | BytePositionInLine: 4.
System.Text.Json.ThrowHelper.ThrowJsonReaderException(ref Utf8JsonReader json, ExceptionResource resource, byte nextByte, ReadOnlySpan<byte> bytes)

FormatException: Could not parse the JSON file.
Microsoft.Extensions.Configuration.Json.JsonConfigurationProvider.Load(Stream stream)

JsonReaderException: '"' is invalid after a value. Expected either ',', '}', or ']'. LineNumber: 18 | BytePositionInLine: 4.
System.Text.Json.ThrowHelper.ThrowJsonReaderException(ref Utf8JsonReader json, ExceptionResource resource, byte nextByte, ReadOnlySpan<byte> bytes)
System.Text.Json.Utf8JsonReader.ConsumeNextTokenUntilAfterAllCommentsAreSkipped(byte marker)
System.Text.Json.Utf8JsonReader.ConsumeNextToken(byte marker)
System.Text.Json.Utf8JsonReader.ConsumeNextTokenOrRollback(byte marker)
System.Text.Json.Utf8JsonReader.ReadSingleSegment()
System.Text.Json.Utf8JsonReader.Read()
System.Text.Json.JsonDocument.Parse(ReadOnlySpan<byte> utf8JsonSpan, Utf8JsonReader reader, ref MetadataDb database, ref StackRowStack stack)
System.Text.Json.JsonDocument.Parse(ReadOnlyMemory<byte> utf8Json, JsonReaderOptions readerOptions, byte[] extraRentedBytes)
System.Text.Json.JsonDocument.Parse(ReadOnlyMemory<char> json, JsonDocumentOptions options)
System.Text.Json.JsonDocument.Parse(string json, JsonDocumentOptions options)
Microsoft.Extensions.Configuration.Json.JsonConfigurationFileParser.ParseStream(Stream input)
Microsoft.Extensions.Configuration.Json.JsonConfigurationProvider.Load(Stream stream)

Show raw exception details
System.Text.Json.JsonReaderException: '"' is invalid after a value. Expected either ',', '}', or ']'. LineNumber: 18 | BytePositionInLine: 4.
   at System.Text.Json.ThrowHelper.ThrowJsonReaderException(Utf8JsonReader& json, ExceptionResource resource, Byte nextByte, ReadOnlySpan`1 bytes)
   at System.Text.Json.Utf8JsonReader.ConsumeNextTokenUntilAfterAllCommentsAreSkipped(Byte marker)
   at System.Text.Json.Utf8JsonReader.ConsumeNextToken(Byte marker)
   at System.Text.Json.Utf8JsonReader.ConsumeNextTokenOrRollback(Byte marker)
   at System.Text.Json.Utf8JsonReader.ReadSingleSegment()
   at System.Text.Json.Utf8JsonReader.Read()
   at System.Text.Json.JsonDocument.Parse(ReadOnlySpan`1 utf8JsonSpan, Utf8JsonReader reader, MetadataDb& database, StackRowStack& stack)
   at System.Text.Json.JsonDocument.Parse(ReadOnlyMemory`1 utf8Json, JsonReaderOptions readerOptions, Byte[] extraRentedBytes)
   at System.Text.Json.JsonDocument.Parse(ReadOnlyMemory`1 json, JsonDocumentOptions options)
   at System.Text.Json.JsonDocument.Parse(String json, JsonDocumentOptions options)
   at Microsoft.Extensions.Configuration.Json.JsonConfigurationFileParser.ParseStream(Stream input)
   at Microsoft.Extensions.Configuration.Json.JsonConfigurationProvider.Load(Stream stream)
FormatException: Could not parse the JSON file.
Microsoft.Extensions.Configuration.Json.JsonConfigurationProvider.Load(Stream stream)
Microsoft.Extensions.Configuration.FileConfigurationProvider.Load(bool reload)
Microsoft.Extensions.Configuration.FileConfigurationProvider.HandleException(ExceptionDispatchInfo info)
Microsoft.Extensions.Configuration.FileConfigurationProvider.Load(bool reload)
Microsoft.Extensions.Configuration.FileConfigurationProvider.Load()
Microsoft.Extensions.Configuration.ConfigurationRoot..ctor(IList<IConfigurationProvider> providers)
Microsoft.Extensions.Configuration.ConfigurationBuilder.Build()
Microsoft.Extensions.Hosting.HostBuilder.BuildAppConfiguration()
Microsoft.Extensions.Hosting.HostBuilder.Build()
Nop.Web.Program.Main(string[] args) in Program.cs

Show raw exception details
System.FormatException: Could not parse the JSON file.
---> System.Text.Json.JsonReaderException: '"' is invalid after a value. Expected either ',', '}', or ']'. LineNumber: 18 | BytePositionInLine: 4.
   at System.Text.Json.ThrowHelper.ThrowJsonReaderException(Utf8JsonReader& json, ExceptionResource resource, Byte nextByte, ReadOnlySpan`1 bytes)
   at System.Text.Json.Utf8JsonReader.ConsumeNextTokenUntilAfterAllCommentsAreSkipped(Byte marker)
   at System.Text.Json.Utf8JsonReader.ConsumeNextToken(Byte marker)
   at System.Text.Json.Utf8JsonReader.ConsumeNextTokenOrRollback(Byte marker)
   at System.Text.Json.Utf8JsonReader.ReadSingleSegment()
   at System.Text.Json.Utf8JsonReader.Read()
   at System.Text.Json.JsonDocument.Parse(ReadOnlySpan`1 utf8JsonSpan, Utf8JsonReader reader, MetadataDb& database, StackRowStack& stack)
   at System.Text.Json.JsonDocument.Parse(ReadOnlyMemory`1 utf8Json, JsonReaderOptions readerOptions, Byte[] extraRentedBytes)
   at System.Text.Json.JsonDocument.Parse(ReadOnlyMemory`1 json, JsonDocumentOptions options)
   at System.Text.Json.JsonDocument.Parse(String json, JsonDocumentOptions options)
   at Microsoft.Extensions.Configuration.Json.JsonConfigurationFileParser.ParseStream(Stream input)
   at Microsoft.Extensions.Configuration.Json.JsonConfigurationProvider.Load(Stream stream)
   --- End of inner exception stack trace ---
   at Microsoft.Extensions.Configuration.Json.JsonConfigurationProvider.Load(Stream stream)
   at Microsoft.Extensions.Configuration.FileConfigurationProvider.Load(Boolean reload)
--- End of stack trace from previous location where exception was thrown ---
   at Microsoft.Extensions.Configuration.FileConfigurationProvider.HandleException(ExceptionDispatchInfo info)
   at Microsoft.Extensions.Configuration.FileConfigurationProvider.Load(Boolean reload)
   at Microsoft.Extensions.Configuration.FileConfigurationProvider.Load()
   at Microsoft.Extensions.Configuration.ConfigurationRoot..ctor(IList`1 providers)
   at Microsoft.Extensions.Configuration.ConfigurationBuilder.Build()
   at Microsoft.Extensions.Hosting.HostBuilder.BuildAppConfiguration()
   at Microsoft.Extensions.Hosting.HostBuilder.Build()
   at Nop.Web.Program.Main(String[] args) in C:\andrei\nop_sources\src\Presentation\Nop.Web\Program.cs:line 11
один год назад
To confirm
you ran the script to update database from v4.2 to v4.3 ?
You are using the v4.3 website  code ?

Seems to be a problem reading some json files
Backup and delete the files
App_Data\dataSettings.json
App_Data\plugins.json

Run the website and see what happens then
один год назад
Thank the errro was in appasetting a comma was missing.
Know i have this!

info: Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager[58]

      Creating key {d2c1b0ae-b411-4462-bf31-d6007762c3c0} with creation date 2022-06-24 08:44:12Z, activation date 2022-06-24 08:44:12Z, and expiration date 2022-09-22 08:44:12Z.

warn: Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager[35]

      No XML encryptor configured. Key {d2c1b0ae-b411-4462-bf31-d6007762c3c0} may be persisted to storage in unencrypted form.

info: Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository[39]

      Writing data to file 'C:\SitoWebDefault\nopcomcmc45\App_Data\DataProtectionKeys\key-d2c1b0ae-b411-4462-bf31-d6007762c3c0.xml'.

info: System.Net.Http.HttpClient.default.LogicalHandler[100]

      Start processing HTTP request POST http://dealercmclift45.webstudioitalia.net/scheduletask/runtask

info: System.Net.Http.HttpClient.default.LogicalHandler[100]

      Start processing HTTP request POST http://dealercmclift45.webstudioitalia.net/scheduletask/runtask

info: System.Net.Http.HttpClient.default.LogicalHandler[100]

      Start processing HTTP request POST http://dealercmclift45.webstudioitalia.net/scheduletask/runtask

info: System.Net.Http.HttpClient.default.ClientHandler[100]

      Sending HTTP request POST http://dealercmclift45.webstudioitalia.net/scheduletask/runtask

info: System.Net.Http.HttpClient.default.ClientHandler[100]

      Sending HTTP request POST http://dealercmclift45.webstudioitalia.net/scheduletask/runtask

info: System.Net.Http.HttpClient.default.ClientHandler[100]

      Sending HTTP request POST http://dealercmclift45.webstudioitalia.net/scheduletask/runtask

info: Microsoft.Hosting.Lifetime[0]

      Application started. Press Ctrl+C to shut down.

info: Microsoft.Hosting.Lifetime[0]

      Hosting environment: Development

info: Microsoft.Hosting.Lifetime[0]

      Content root path: C:\SitoWebDefault\nopcomcmc45

info: Microsoft.AspNetCore.Hosting.Diagnostics[1]

      Request starting HTTP/1.1 POST http://dealercmclift45.webstudioitalia.net/scheduletask/runtask application/x-www-form-urlencoded 64

info: Microsoft.AspNetCore.Hosting.Diagnostics[1]

      Request starting HTTP/1.1 POST http://dealercmclift45.webstudioitalia.net/scheduletask/runtask application/x-www-form-urlencoded 58

info: Microsoft.AspNetCore.Hosting.Diagnostics[1]

      Request starting HTTP/1.1 POST http://dealercmclift45.webstudioitalia.net/scheduletask/runtask application/x-www-form-urlencoded 69

info: Microsoft.AspNetCore.Hosting.Diagnostics[1]

      Request starting HTTP/1.1 GET http://dealercmclift45.webstudioitalia.net/  

info: Microsoft.AspNetCore.Routing.EndpointMiddleware[0]

      Executing endpoint 'Nop.Web.Controllers.ScheduleTaskController.RunTask (Nop.Web)'

info: Microsoft.AspNetCore.Routing.EndpointMiddleware[0]

      Executing endpoint 'Nop.Web.Controllers.ScheduleTaskController.RunTask (Nop.Web)'

info: Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker[3]

      Route matched with {action = "RunTask", controller = "ScheduleTask", area = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult RunTask(System.String) on controller Nop.Web.Controllers.ScheduleTaskController (Nop.Web).

info: Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker[3]

      Route matched with {action = "RunTask", controller = "ScheduleTask", area = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult RunTask(System.String) on controller Nop.Web.Controllers.ScheduleTaskController (Nop.Web).

info: System.Net.Http.HttpClient.StoreHttpClient.LogicalHandler[100]

      Start processing HTTP request GET http://dealercmclift45.webstudioitalia.net/keepalive/index

info: System.Net.Http.HttpClient.StoreHttpClient.ClientHandler[100]

      Sending HTTP request GET http://dealercmclift45.webstudioitalia.net/keepalive/index

info: Microsoft.AspNetCore.Mvc.StatusCodeResult[1]

      Executing HttpStatusCodeResult, setting HTTP status code 204

info: Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker[2]

      Executed action Nop.Web.Controllers.ScheduleTaskController.RunTask (Nop.Web) in 110.2498ms

info: Microsoft.AspNetCore.Routing.EndpointMiddleware[1]

      Executed endpoint 'Nop.Web.Controllers.ScheduleTaskController.RunTask (Nop.Web)'

info: Microsoft.AspNetCore.Hosting.Diagnostics[2]

      Request finished in 946.301ms 204

info: Microsoft.AspNetCore.Routing.EndpointMiddleware[0]

      Executing endpoint 'Nop.Web.Controllers.HomeController.Index (Nop.Web)'

info: System.Net.Http.HttpClient.default.ClientHandler[101]

      Received HTTP response after 1183.4218ms - NoContent

info: System.Net.Http.HttpClient.default.LogicalHandler[101]

      End processing HTTP request after 1191.0126ms - NoContent

info: Microsoft.AspNetCore.Routing.EndpointMiddleware[0]

      Executing endpoint 'Nop.Web.Controllers.ScheduleTaskController.RunTask (Nop.Web)'

info: Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker[3]

      Route matched with {action = "RunTask", controller = "ScheduleTask", area = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult RunTask(System.String) on controller Nop.Web.Controllers.ScheduleTaskController (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.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker[3]

      Authorization failed for the request at filter 'Nop.Web.Framework.Mvc.Filters.CheckAccessPublicStoreAttribute+CheckAccessPublicStoreFilter'.

info: Microsoft.AspNetCore.Mvc.ChallengeResult[1]

      Executing ChallengeResult with authentication schemes ().

info: Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler[12]

      AuthenticationScheme: Authentication was challenged.

info: Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker[2]

      Executed action Nop.Web.Controllers.HomeController.Index (Nop.Web) in 51.8993ms

info: Microsoft.AspNetCore.Routing.EndpointMiddleware[1]

      Executed endpoint 'Nop.Web.Controllers.HomeController.Index (Nop.Web)'

info: Microsoft.AspNetCore.Hosting.Diagnostics[2]

      Request finished in 807.2226ms 302

info: Microsoft.AspNetCore.Hosting.Diagnostics[1]

      Request starting HTTP/1.1 GET http://dealercmclift45.webstudioitalia.net/keepalive/index  

info: Microsoft.AspNetCore.Hosting.Diagnostics[2]

      Request finished in 0.5179ms 200

info: System.Net.Http.HttpClient.StoreHttpClient.ClientHandler[101]

      Received HTTP response after 108.0465ms - OK

info: System.Net.Http.HttpClient.StoreHttpClient.LogicalHandler[101]

      End processing HTTP request after 108.183ms - OK

info: Microsoft.AspNetCore.Mvc.StatusCodeResult[1]

      Executing HttpStatusCodeResult, setting HTTP status code 204

info: Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker[2]

      Executed action Nop.Web.Controllers.ScheduleTaskController.RunTask (Nop.Web) in 207.1684ms

info: Microsoft.AspNetCore.Routing.EndpointMiddleware[1]

      Executed endpoint 'Nop.Web.Controllers.ScheduleTaskController.RunTask (Nop.Web)'

info: Microsoft.AspNetCore.Hosting.Diagnostics[2]

      Request finished in 1029.6887ms 204

info: System.Net.Http.HttpClient.default.ClientHandler[101]

      Received HTTP response after 1260.5832ms - NoContent

info: System.Net.Http.HttpClient.default.LogicalHandler[101]

      End processing HTTP request after 1265.8542ms - NoContent

info: Microsoft.AspNetCore.Hosting.Diagnostics[1]

      Request starting HTTP/1.1 GET http://dealercmclift45.webstudioitalia.net/login?ReturnUrl=%2F  

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.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker[3]

      Authorization failed for the request at filter 'Nop.Web.Framework.Mvc.Filters.CheckAccessPublicStoreAttribute+CheckAccessPublicStoreFilter'.

info: Microsoft.AspNetCore.Mvc.ChallengeResult[1]

      Executing ChallengeResult with authentication schemes ().

info: Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler[12]

      AuthenticationScheme: Authentication was challenged.

info: Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker[2]

      Executed action Nop.Web.Controllers.HomeController.Index (Nop.Web) in 0.5034ms

info: Microsoft.AspNetCore.Routing.EndpointMiddleware[1]

      Executed endpoint 'Nop.Web.Controllers.HomeController.Index (Nop.Web)'

info: Microsoft.AspNetCore.Hosting.Diagnostics[2]

      Request finished in 29.917ms 302

info: Microsoft.AspNetCore.Mvc.StatusCodeResult[1]

      Executing HttpStatusCodeResult, setting HTTP status code 204

info: Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker[2]

      Executed action Nop.Web.Controllers.ScheduleTaskController.RunTask (Nop.Web) in 152.1233ms

info: Microsoft.AspNetCore.Routing.EndpointMiddleware[1]

      Executed endpoint 'Nop.Web.Controllers.ScheduleTaskController.RunTask (Nop.Web)'

info: Microsoft.AspNetCore.Hosting.Diagnostics[2]

      Request finished in 901.7578ms 204

info: System.Net.Http.HttpClient.default.ClientHandler[101]

      Received HTTP response after 1340.206ms - NoContent

info: System.Net.Http.HttpClient.default.LogicalHandler[101]

      End processing HTTP request after 1345.466ms - NoContent

info: Microsoft.AspNetCore.Hosting.Diagnostics[1]

      Request starting HTTP/1.1 GET http://dealercmclift45.webstudioitalia.net/login?ReturnUrl=%2Flogin%3FReturnUrl%3D%252F  

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.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker[3]

      Authorization failed for the request at filter 'Nop.Web.Framework.Mvc.Filters.CheckAccessPublicStoreAttribute+CheckAccessPublicStoreFilter'.

info: Microsoft.AspNetCore.Mvc.ChallengeResult[1]

      Executing ChallengeResult with authentication schemes ().

info: Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler[12]

      AuthenticationScheme: Authentication was challenged.

info: Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker[2]

      Executed action Nop.Web.Controllers.HomeController.Index (Nop.Web) in 0.2803ms

info: Microsoft.AspNetCore.Routing.EndpointMiddleware[1]

      Executed endpoint 'Nop.Web.Controllers.HomeController.Index (Nop.Web)'

info: Microsoft.AspNetCore.Hosting.Diagnostics[2]

      Request finished in 23.6974ms 302

info: Microsoft.AspNetCore.Hosting.Diagnostics[1]

      Request starting HTTP/1.1 GET http://dealercmclift45.webstudioitalia.net/login?ReturnUrl=%2Flogin%3FReturnUrl%3D%252Flogin%253FReturnUrl%253D%25252F  

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.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker[3]

      Authorization failed for the request at filter 'Nop.Web.Framework.Mvc.Filters.CheckAccessPublicStoreAttribute+CheckAccessPublicStoreFilter'.

info: Microsoft.AspNetCore.Mvc.ChallengeResult[1]

      Executing ChallengeResult with authentication schemes ().

info: Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler[12]

      AuthenticationScheme: Authentication was challenged.

info: Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker[2]

      Executed action Nop.Web.Controllers.HomeController.Index (Nop.Web) in 0.2824ms

info: Microsoft.AspNetCore.Routing.EndpointMiddleware[1]

      Executed endpoint 'Nop.Web.Controllers.HomeController.Index (Nop.Web)'

info: Microsoft.AspNetCore.Hosting.Diagnostics[2]

      Request finished in 22.7575ms 302

info: Microsoft.AspNetCore.Hosting.Diagnostics[1]

      Request starting HTTP/1.1 GET http://dealercmclift45.webstudioitalia.net/login?ReturnUrl=%2Flogin%3FReturnUrl%3D%252Flogin%253FReturnUrl%253D%25252Flogin%25253FReturnUrl%25253D%2525252F  

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.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker[3]

      Authorization failed for the request at filter 'Nop.Web.Framework.Mvc.Filters.CheckAccessPublicStoreAttribute+CheckAccessPublicStoreFilter'.

info: Microsoft.AspNetCore.Mvc.ChallengeResult[1]

      Executing ChallengeResult with authentication schemes ().

info: Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler[12]

      AuthenticationScheme: Authentication was challenged.

info: Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker[2]

      Executed action Nop.Web.Controllers.HomeController.Index (Nop.Web) in 0.605ms

info: Microsoft.AspNetCore.Routing.EndpointMiddleware[1]

      Executed endpoint 'Nop.Web.Controllers.HomeController.Index (Nop.Web)'

info: Microsoft.AspNetCore.Hosting.Diagnostics[2]

      Request finished in 39.2247ms 302

info: Microsoft.AspNetCore.Hosting.Diagnostics[1]

      Request starting HTTP/1.1 GET http://dealercmclift45.webstudioitalia.net/login?ReturnUrl=%2Flogin%3FReturnUrl%3D%252Flogin%253FReturnUrl%253D%25252Flogin%25253FReturnUrl%25253D%2525252Flogin%2525253FReturnUrl%2525253D%252525252F  

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.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker[3]

      Authorization failed for the request at filter 'Nop.Web.Framework.Mvc.Filters.CheckAccessPublicStoreAttribute+CheckAccessPublicStoreFilter'.

info: Microsoft.AspNetCore.Mvc.ChallengeResult[1]

      Executing ChallengeResult with authentication schemes ().

info: Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler[12]

      AuthenticationScheme: Authentication was challenged.

info: Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker[2]

      Executed action Nop.Web.Controllers.HomeController.Index (Nop.Web) in 0.282ms

info: Microsoft.AspNetCore.Routing.EndpointMiddleware[1]

      Executed endpoint 'Nop.Web.Controllers.HomeController.Index (Nop.Web)'

info: Microsoft.AspNetCore.Hosting.Diagnostics[2]

      Request finished in 24.9531ms 302

info: Microsoft.AspNetCore.Hosting.Diagnostics[1]

      Request starting HTTP/1.1 GET http://dealercmclift45.webstudioitalia.net/login?ReturnUrl=%2Flogin%3FReturnUrl%3D%252Flogin%253FReturnUrl%253D%25252Flogin%25253FReturnUrl%25253D%2525252Flogin%2525253FReturnUrl%2525253D%252525252Flogin%252525253FReturnUrl%252525253D%25252525252F  

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.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker[3]

      Authorization failed for the request at filter 'Nop.Web.Framework.Mvc.Filters.CheckAccessPublicStoreAttribute+CheckAccessPublicStoreFilter'.

info: Microsoft.AspNetCore.Mvc.ChallengeResult[1]

      Executing ChallengeResult with authentication schemes ().

info: Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler[12]

      AuthenticationScheme: Authentication was challenged.

info: Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker[2]

      Executed action Nop.Web.Controllers.HomeController.Index (Nop.Web) in 0.2828ms

info: Microsoft.AspNetCore.Routing.EndpointMiddleware[1]

      Executed endpoint 'Nop.Web.Controllers.HomeController.Index (Nop.Web)'

info: Microsoft.AspNetCore.Hosting.Diagnostics[2]

      Request finished in 22.7481ms 302

info: Microsoft.AspNetCore.Hosting.Diagnostics[1]

      Request starting HTTP/1.1 GET http://dealercmclift45.webstudioitalia.net/login?ReturnUrl=%2Flogin%3FReturnUrl%3D%252Flogin%253FReturnUrl%253D%25252Flogin%25253FReturnUrl%25253D%2525252Flogin%2525253FReturnUrl%2525253D%252525252Flogin%252525253FReturnUrl%252525253D%25252525252Flogin%25252525253FReturnUrl%25252525253D%2525252525252F  

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.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker[3]

      Authorization failed for the request at filter 'Nop.Web.Framework.Mvc.Filters.CheckAccessPublicStoreAttribute+CheckAccessPublicStoreFilter'.

info: Microsoft.AspNetCore.Mvc.ChallengeResult[1]

      Executing ChallengeResult with authentication schemes ().

info: Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler[12]

      AuthenticationScheme: Authentication was challenged.

info: Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker[2]

      Executed action Nop.Web.Controllers.HomeController.Index (Nop.Web) in 0.285ms

info: Microsoft.AspNetCore.Routing.EndpointMiddleware[1]

      Executed endpoint 'Nop.Web.Controllers.HomeController.Index (Nop.Web)'

info: Microsoft.AspNetCore.Hosting.Diagnostics[2]

      Request finished in 23.6497ms 302

info: Microsoft.AspNetCore.Hosting.Diagnostics[1]

      Request starting HTTP/1.1 GET http://dealercmclift45.webstudioitalia.net/login?ReturnUrl=%2Flogin%3FReturnUrl%3D%252Flogin%253FReturnUrl%253D%25252Flogin%25253FReturnUrl%25253D%2525252Flogin%2525253FReturnUrl%2525253D%252525252Flogin%252525253FReturnUrl%252525253D%25252525252Flogin%25252525253FReturnUrl%25252525253D%2525252525252Flogin%2525252525253FReturnUrl%2525252525253D%252525252525252F  

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.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker[3]

      Authorization failed for the request at filter 'Nop.Web.Framework.Mvc.Filters.CheckAccessPublicStoreAttribute+CheckAccessPublicStoreFilter'.

info: Microsoft.AspNetCore.Mvc.ChallengeResult[1]

      Executing ChallengeResult with authentication schemes ().

info: Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler[12]

      AuthenticationScheme: Authentication was challenged.

info: Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker[2]

      Executed action Nop.Web.Controllers.HomeController.Index (Nop.Web) in 0.2598ms

info: Microsoft.AspNetCore.Routing.EndpointMiddleware[1]

      Executed endpoint 'Nop.Web.Controllers.HomeController.Index (Nop.Web)'

info: Microsoft.AspNetCore.Hosting.Diagnostics[2]

      Request finished in 22.1098ms 302

info: Microsoft.AspNetCore.Hosting.Diagnostics[1]

      Request starting HTTP/1.1 GET http://dealercmclift45.webstudioitalia.net/login?ReturnUrl=%2Flogin%3FReturnUrl%3D%252Flogin%253FReturnUrl%253D%25252Flogin%25253FReturnUrl%25253D%2525252Flogin%2525253FReturnUrl%2525253D%252525252Flogin%252525253FReturnUrl%252525253D%25252525252Flogin%25252525253FReturnUrl%25252525253D%2525252525252Flogin%2525252525253FReturnUrl%2525252525253D%252525252525252Flogin%252525252525253FReturnUrl%252525252525253D%25252525252525252F  

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.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker[3]

      Authorization failed for the request at filter 'Nop.Web.Framework.Mvc.Filters.CheckAccessPublicStoreAttribute+CheckAccessPublicStoreFilter'.

info: Microsoft.AspNetCore.Mvc.ChallengeResult[1]

      Executing ChallengeResult with authentication schemes ().

info: Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler[12]

      AuthenticationScheme: Authentication was challenged.

info: Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker[2]

      Executed action Nop.Web.Controllers.HomeController.Index (Nop.Web) in 0.634ms

info: Microsoft.AspNetCore.Routing.EndpointMiddleware[1]

      Executed endpoint 'Nop.Web.Controllers.HomeController.Index (Nop.Web)'

info: Microsoft.AspNetCore.Hosting.Diagnostics[2]

      Request finished in 27.9616ms 302

info: Microsoft.AspNetCore.Hosting.Diagnostics[1]

      Request starting HTTP/1.1 GET http://dealercmclift45.webstudioitalia.net/login?ReturnUrl=%2Flogin%3FReturnUrl%3D%252Flogin%253FReturnUrl%253D%25252Flogin%25253FReturnUrl%25253D%2525252Flogin%2525253FReturnUrl%2525253D%252525252Flogin%252525253FReturnUrl%252525253D%25252525252Flogin%25252525253FReturnUrl%25252525253D%2525252525252Flogin%2525252525253FReturnUrl%2525252525253D%252525252525252Flogin%252525252525253FReturnUrl%252525252525253D%25252525252525252Flogin%25252525252525253FReturnUrl%25252525252525253D%2525252525252525252F  

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.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker[3]

      Authorization failed for the request at filter 'Nop.Web.Framework.Mvc.Filters.CheckAccessPublicStoreAttribute+CheckAccessPublicStoreFilter'.

info: Microsoft.AspNe
один год назад
Its only question of redirect

http://dealercmclift45.webstudioitalia.net/it/login?ReturnUrl=
Know working....
it is always difficult to work with nopcommerce!

Thanks
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.