Base solution for your next web application
Open Closed

An error has occurred! Error details were not sent by server #4393


User avatar
0
rafalpiotrowski created

How can I debug such error?


3 Answer(s)
  • User Avatar
    0
    aaron created
    Support Team

    Check error in Logs.txt.

  • User Avatar
    0
    rafalpiotrowski created

    Log file does not help! no error is reported

    INFO  2017-12-22 15:45:18,372 [6    ] soft.AspNetCore.Hosting.Internal.WebHost - Request starting HTTP/1.1 OPTIONS http://host..../api/services/app/TenantSettings/UpdateAllSettings  
    INFO  2017-12-22 15:45:18,372 [6    ] pNetCore.Cors.Infrastructure.CorsService - Policy execution successful.
    INFO  2017-12-22 15:45:18,372 [6    ] soft.AspNetCore.Hosting.Internal.WebHost - Request finished in 0.342ms 204
    
  • User Avatar
    0
    alper created
    Support Team

    your settings might not be configured correctly. if you don't see the exception in log file then client cannot connect to host. Especially in angular project. Check that client is connecting to the host!