ground-db
ground-db copied to clipboard
Tabs errors on reload
@timbrandin get this issue when I have multiple tabs open with the same application.
Exception in setTimeout callback: TypeError: Cannot convert undefined or null to object
I noticed after updating that the issue #32 remained, if one reloaded one of the tabs.
Any ideas?
ref #32
- [ ] Be able to replicate
- [ ] Create QA replicating the issue
- [ ] Fix the issue
+1
@timbrandin I cant replicate - Help! :)
I'm getting a similar error with multiple tabs open (both chrome and ff). Does not occur with one window in chrome and another in firefox. The error occurs on local and hosted (not caused by network latency).
This only occurs when a server method is triggered and the writes to db take 2 seconds to finish.
Exception in setTimeout callback: Error: Meteor does not currently support objects other than ObjectID as ids
Is there a way to change the timeout duration, to test?
@raix @timbrandin Here is a repo with a reproduction of the issue. I often get it with a server-side method, such as a bulk update.
Thanks in advance for taking a look.
https://github.com/keyscores/meteor-grounddb-tabs-issue/
@raix, can you take a look at this issue again now that I have posted a replication? Thanks in advance https://github.com/keyscores/meteor-grounddb-tabs-issue/
@raix I have posted a reproduction a couple months ago. Can you please confirm that the reproduction works?