You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After running systemctl restart fabmo, sometimes, there is this exception:
error: Error: [object Object] is not a valid profile.
at Object.apply (/fabmo/profiles.js:260:18)
at EngineConfig.update (/fabmo/config/engine_config.js:76:18)
at EngineConfig. (/fabmo/config/config.js:170:18)
at /fabmo/node_modules/graceful-fs/graceful-fs.js:123:16
at FSReqCallback.readFileAfterClose [as oncomplete] (node:internal/fs/read_file_context:68:3) [config]
If you are at the login screen and you refresh the page this one shows up. It makes sense, since no one is logged in that there would be no user information:
error: Error: no user
at /fabmo/routes/websocket.js:37:27
at /fabmo/authentication.js:327:13
at UserConfig.findOne (/fabmo/config/user_config.js:239:16)
at Object.exports.getUserById (/fabmo/authentication.js:317:17)
at Array. (/fabmo/routes/websocket.js:35:28)
at run (/fabmo/node_modules/socket.io/dist/namespace.js:124:19)
at Namespace.run (/fabmo/node_modules/socket.io/dist/namespace.js:135:9)
at Namespace._add (/fabmo/node_modules/socket.io/dist/namespace.js:211:14)
at processTicksAndRejections (node:internal/process/task_queues:96:5) [websocket]
The text was updated successfully, but these errors were encountered:
After running systemctl restart fabmo, sometimes, there is this exception:
error: Error: [object Object] is not a valid profile.
at Object.apply (/fabmo/profiles.js:260:18)
at EngineConfig.update (/fabmo/config/engine_config.js:76:18)
at EngineConfig. (/fabmo/config/config.js:170:18)
at /fabmo/node_modules/graceful-fs/graceful-fs.js:123:16
at FSReqCallback.readFileAfterClose [as oncomplete] (node:internal/fs/read_file_context:68:3) [config]
If you are at the login screen and you refresh the page this one shows up. It makes sense, since no one is logged in that there would be no user information:
error: Error: no user
at /fabmo/routes/websocket.js:37:27
at /fabmo/authentication.js:327:13
at UserConfig.findOne (/fabmo/config/user_config.js:239:16)
at Object.exports.getUserById (/fabmo/authentication.js:317:17)
at Array. (/fabmo/routes/websocket.js:35:28)
at run (/fabmo/node_modules/socket.io/dist/namespace.js:124:19)
at Namespace.run (/fabmo/node_modules/socket.io/dist/namespace.js:135:9)
at Namespace._add (/fabmo/node_modules/socket.io/dist/namespace.js:211:14)
at processTicksAndRejections (node:internal/process/task_queues:96:5) [websocket]
The text was updated successfully, but these errors were encountered: