I was sitting idle on a note and I got an error message saying the following:
{
"code": "invalid_type",
"expected": "string",
"received": "null",
"path": [
"body"
],
"message": "Expected string, received null"
}
]
TRPCClientError: [
{
"code": "invalid_type",
"expected": "string",
"received": "null",
"path": [
"body"
],
"message": "Expected string, received null"
}
]
at Eu.from (https://app.notesnook.com/assets/index-92dccdff.js:1220:15462)
at Object.next (https://app.notesnook.com/assets/index-92dccdff.js:1220:23799)
at cQ.Y7 (https://app.notesnook.com/assets/index-92dccdff.js:1220:23423)
at https://app.notesnook.com/assets/index-92dccdff.js:1220:22944
at EventEmitter.<anonymous> (C:\Users\micro\AppData\Local\Programs\@notesnookdesktop\resources\app\build\preload.js:1:9132)
at EventEmitter.emit (node:events:517:28)
at Object.onMessage (node:electron/js2c/renderer_init:2:8536)```
I reloaded the app and it's back to normal, just wanted to report this