ad-on-is / resticity

A beautiful cross-platform UI for restic backup.
GNU General Public License v3.0
64 stars 2 forks source link

Log does not show anything #2

Closed fleshgolem closed 6 months ago

fleshgolem commented 6 months ago

I setup the app in a docker container, successfully added a repository and a backup, ran the backup, setup pruning rules and pruned the repo. Still there is no text at all on the log page

image

I am not sure what is supposed to be here, but it would be nice to have a bit more detailed output from restic somewhere, instead of just the green checkmark from the schedules

fleshgolem commented 6 months ago

Upon further inspection, I do get the following error in the browser log, when opening the page:

TypeError: (intermediate value)().settings is undefined
    NuxtJS 80
entry.DpM32KHl.js:13:584
ad-on-is commented 6 months ago

Yeah, the log page is still in progress 😅 you can see them in the container.

ad-on-is commented 6 months ago

Upon further inspection, I do get the following error in the browser log, when opening the page:

TypeError: (intermediate value)().settings is undefined
    NuxtJS 80
entry.DpM32KHl.js:13:584

This is happens when you reload the page if you're not on the dashboard, need to rework that

ad-on-is commented 6 months ago

Logs are implemented in the newest release. Still need some rework tho.