strongloop / loopback-example-offline-sync

Offline sync, change tracking, and replication.
http://loopback.io/doc/en/lb2/Synchronization.html
Other
286 stars 110 forks source link

Uncaught TypeError: Cannot read property 'seq' of undefined #61

Closed osxi closed 8 years ago

osxi commented 9 years ago

While "connected," I get "isConnected? true" in the Javascript console followed by the following error: "Uncaught TypeError: Cannot read property 'seq' of undefined." This occurs when I go to the /my/todos route and also occurs when I create a new todo.

While using two browser windows at that same route and after the aforementioned error occurs, the newly created todo doesn't show up in the other window until after I create a todo (in the second browser window).

The error doesn't show up when I'm "offline".

bajtos commented 9 years ago

What is the stack trace of this uncaught error?

boscodsouza82 commented 9 years ago

Is this error fixed? Is the stack trace still needed?

osxi commented 8 years ago

Closed because I don't remember the details. I can attempt to reproduce it if anybody wants, though.