Duansg commented on issue #3837: URL: https://github.com/apache/hertzbeat/issues/3837#issuecomment-3531811067
Hi @qimy1314524 , thank you for following up. I've reviewed the content you provided. The second issue is identical to the one at #3772 . This exception is unrelated to the content displayed on your page. It does not affect normal usage and will be fixed in the next version. Secondly, regarding your first question, I initially suspect this issue arises when navigating from the menu to a lazy-loaded route. If the dynamically imported frontend resources fail to load—for instance, due to outdated resources after a new version release, or network/proxy-related interruptions—it could trigger this problem. The `/api/alerts Unknown Error` is the result of two independent connections failing simultaneously. This issue likely occurs when the browser cancels an ongoing HTTP request midway or a network layer failure occurs, causing the status to be set to 0, which in turn results in statusText='Unknown Error'. <img width="1507" height="437" alt="Image" src="https://github.com/user-attachments/assets/ff43f869-ca2d-412e-ba32-8770edf9304d" /> I reproduced this issue by intercepting browser network requests. I recommend first clearing the cache and troubleshooting network-related issues. Should you have any related questions, please feel free to continue the discussion. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@hertzbeat.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@hertzbeat.apache.org For additional commands, e-mail: notifications-h...@hertzbeat.apache.org
