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
On the PGlite + Linearlite demo comments table has 500k rows, it will try and sync, the client will get a 200 response code, but then there is this error in the status column on the dev tools:
(failed)net::ERR_INCOMPLETE_CHUNKED_ENCODING
This is after downloading about 78mb of data.
At that point nothing from that download is emited by the stream but it then seems to go on to the next request as though everything was ok. This uses the offset in the header of the failed response and so we miss a chunk of data. In my case it's during an initial sync so we loose everything.
The text was updated successfully, but these errors were encountered:
On the PGlite + Linearlite demo comments table has 500k rows, it will try and sync, the client will get a 200 response code, but then there is this error in the status column on the dev tools:
This is after downloading about 78mb of data.
At that point nothing from that download is emited by the stream but it then seems to go on to the next request as though everything was ok. This uses the offset in the header of the failed response and so we miss a chunk of data. In my case it's during an initial sync so we loose everything.
The text was updated successfully, but these errors were encountered: