I have sent the information to your email. Please check it.
Sometimes log error status 0 appears. From the log below, can you help me determine the cause?
ERROR {
"headers": {
"normalizedNames": "[Map]",
"lazyUpdate": null,
"headers": "[Map]"
},
"status": 0,
"statusText": "Unknown Error",
"url": [URL],
"ok": false,
"name": "HttpErrorResponse",
"message": "Http failure response for [URL]: 0 Unknown Error",
"error": {
"isTrusted": true
I updated my project from 8.2.3 to 8.3.2. Every 20 to 30 minutes it gets redirected to screen 403. There are quite a few logs as below.
/connect/token""" - 400 null "application/json;charset=UTF-8" 34.4556ms /connect/token""" - 409 null "text/html; charset=utf-8" 1089.4563ms
@Anjali_Musmade Same version as you but still can't generate UI
Hi,
I think this is because of the service worker https://developer.mozilla.org/en-US/docs/Web/API/Service_Worker_API
I appreciate your response. But I have a question: why are there so few API calls above when I log in to HOST using the same source code? However, there are a lot of calls when I login into TENANT. (https://abp.io/docs/latest/framework/architecture/multi-tenancy)
Therefore, I don't believe the service worker is to blame for the issue. Could you please check it again? Regards
pls confirm for me. thx
@maliming aspnet-core\src\PortX.Application\FrequentProjectReplies\FrequentProjectRepliesAppService.Extended.cs CreateMultipleAsync My source code has been sent to you before. https://abp.io/qa/questions/8175/3a160839-3296-90af-327b-b6de10b1db3e
@maliming I can't reproduce it either, but the above problem appears in the production environment, so I want to ask if there are any cases where it can occur.
Data in my database has case CreatorId is null. When did this problem occur, and is there any way to reproduce it?