백업 진행 페이지에 계속 "로그 없음"이라고 표시됨

가끔 이런 식으로 동작합니다.

이번에는 백업이 성공했습니다.

백업이 실패할 때도 이런 상태로 멈출 수 있을지 확신은 없습니다.

어쨌든 이런 일이 발생하면 항상 조금 불안해집니다 :sweat_smile:

/logs에는 아무것도 없고, 개발자 도구를 열어 에러를 확인하지도 않았습니다.


수정: 다른 탭으로 이동했다가 다시 Logs 탭으로 돌아오면 로그가 정상적으로 표시됩니다.

4개의 좋아요

I keep forgetting to mention it, but I’ve had this happen too, with each of 4 updates since mid-February.

3개의 좋아요

I may have found a possible cause for this.

The backup log MessageBus handler was calling the deprecated Ember Array.clear() method when it received the [STARTED] message. I encountered an error on that path while testing backups and have opened a draft PR replacing it with splice(0):

This appears potentially related to the live Logs tab remaining blank while the persisted logs appear after navigating away and back, but I cannot confirm that it is the same root cause because no browser-console error was captured when this topic was reported.

2개의 좋아요