Backup progress page keeps saying "no logs yet"

It just does this sometimes.

The backup succeeded in this case.

I’m not sure it can also be stuck in this state whenthe backup fails.

Regardless, it always makes me a little anxious when it happens :sweat_smile:

Nothing in /logs and I didn’t have the dev tools open to check for errors.


edit: if we change the tab and go back to the Logs tab, then they appear normally.

4 Likes

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

3 Likes

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 Likes