Hi,
I've just upgraded cronmaster and live-logging stopped working.
My assumption is that it's related to #52
When I kick-off the process manually in Chrome, in Network inspection I can see multiple calls to the api with results:
200: {"status":"failed","content":"","message":"Log file not yet created"}
and then after awhile (I'm assuming when the process is finished):
404: {"error":"Running job not found"}
On the frontend, regardless if the api returns 200 with status: "failed", or 404 all I see is:
Waiting for job to start...
Logs will appear here in real-time.
I can confirm that the log is in fact created for this job:
root@wth:/mnt/user/appdata/cronmaster/data/logs/d03r-xj7s# ls -la
total 4
drwxrwxrwx 1 root root 45 Nov 20 09:52 ./
drwxrwxrwx 1 root root 31 Nov 19 17:59 ../
-rw-rw-rw- 1 root root 330 Nov 20 09:52 2025-11-20_09-52-36.log
Hope this helps.