Open ahmadmasoum opened 7 months ago
hi
I have yet to get any ideas based on your logs. It could be some requests are canceled by the browser.
hi @maliming this exception happens even if nobody is using the website do you think it might be related to health checks of some kind?
even if nobody is using the website
but the logs indicate there is a request 2024-04-15 06:56:54.134 +00:00 [INF] Request starting HTTP/1.1 GET https://carsharinghost.gcu365.net/api/abp/application-configuration?api-version=1.0 - -
i can tell from the AbpAuditLogs
Id | ApplicationName | UserId | UserName | TenantId | TenantName | ImpersonatorUserId | ImpersonatorUserName | ImpersonatorTenantId | ImpersonatorTenantName | ExecutionTime | ExecutionDuration | ClientIpAddress | ClientName | ClientId | CorrelationId | BrowserInfo | HttpMethod | Url | Exceptions | Comments | HttpStatusCode | ExtraProperties | ConcurrencyStamp |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
DB15FA8C-CC0C-007F-0A94-3A11F2AF12D9 | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NULL | 2024-04-15 06:46:53.8455520 | 1092 | **.**.**.** | NULL | NULL | bfca73cec15048c8900ea82b75e5c03e | NULL | GET /api/abp/application-configuration | [ { "code": null, "message": "An internal error occurred during your request!"...} ] 500 {} | 428555e9199a4487a4feb7e3946d3f5b |
ClientIpAddress is azure app service Outbound IP addresses
i can tell from the AbpAuditLogs
Id ApplicationName UserId UserName TenantId TenantName ImpersonatorUserId ImpersonatorUserName ImpersonatorTenantId ImpersonatorTenantName ExecutionTime ExecutionDuration ClientIpAddress ClientName ClientId CorrelationId BrowserInfo HttpMethod Url Exceptions Comments HttpStatusCode ExtraProperties ConcurrencyStamp DB15FA8C-CC0C-007F-0A94-3A11F2AF12D9 NULL NULL NULL NULL NULL NULL NULL NULL NULL 2024-04-15 06:46:53.8455520 1092 ... NULL NULL bfca73cec15048c8900ea82b75e5c03e NULL GET /api/abp/application-configuration [ { "code": null, "message": "An internal error occurred during your request!"...} ] 500 {} 428555e9199a4487a4feb7e3946d3f5b
ClientIpAddress is azure app service Outbound IP addresses
Any update?
I got the same error on Azure App Service. Not sure if this is relevant an-exception-occurred
This error keeps happening in the background every 5 minutes when published on azure it doesn't happen locally