Recurrent TypeError in logs #277
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi,
I don't know when it started, but for every note received there is a TypeError in the logs. Always on the same ts file like this:
Everything looks normal btw... is it a normal error?
This error seems to be coming from this line in the source code:
Instances.update(i.id, {
That could only happen if
registerOrFetchInstanceDoc
would returnundefined
, but I am unsure how this could happen.If you need some tests, or have a patch to debug this issue I can try to provide more feedback
What version/commit are you currently running?
preview3
Does this error still occur?
closing this as stale, assuming it has been fixed in the meantime