Results 7 comments of Sabatino Masala

I'm getting the same issue described above. When executing the command manually I get some further output: ``` error on line -1 of /home/client/tmp/T2lBSzgux1.conf 140049201268640:error:02001002:system library:fopen:No such file or directory:bss_file.c:169:fopen('/home/client/tmp/T2lBSzgux1.conf','rb')...

After further investigation I found a reproducible approach to this issue: - Connect a client device using ethernet - Share a site on this client - **block** the client from...

@kenyk7, I experienced the same issue, so I created a variation on this plugin which solves this issue. Take a look at [this repo](https://github.com/SabatinoMasala/vue-simple-photoswipe)

We've been seeing this issue in the field as well. Currently we are downgrading Chrome to the last version where it was working (104 or 105) to mitigate this. The...

After some more digging, I found the delay seems to have its origin in the `NODE_TIMEOUT` param in `Dexie.Observable.js` https://github.com/dexie/Dexie.js/blob/c5ab3f144aed2f0b284bd63c7ce79e600cb6514c/addons/Dexie.Observable/src/Dexie.Observable.js#L70 This param is used for detecting stale nodes in other...

I'd have to take a look what is causing this issue.