@baris said in plugins.browsingUsers.getBrowsingUsers error:
@crazycells Yeah it could be since each topic page calls the browsing users plugin. Give it a try with fewer tabs if it stops happening that's probably why.
Thanks a lot 👍
I've just refreshed by DEV instance so that it is a replica of production, and when I attempt to start it, I get
Error: kill EPERM
at process.kill (node:internal/process/per_thread:221:13)
at /home/sudonix.dev/nodebb/loader.js:215:14
at /home/sudonix.dev/nodebb/node_modules/graceful-fs/graceful-fs.js:362:16
at FSReqCallback.oncomplete (node:fs:197:23) {
errno: -1,
code: 'EPERM',
syscall: 'kill'
}
./nodebb dev
works fine, but I can't access once I kill the dev console. Production doesn't seem to have this issue, and works without problems.
Thanks