Data not syncing anymore when upgrading @electric-sql/react to 0.2 or higher #1524
Closed
Makisuo
started this conversation in
Bug reports
Replies: 1 comment 1 reply
-
|
Hey it looks like you need to pull the latest docker image as there was a breaking change for the server.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As said in the title when upgrading, data will always be undefined, even though the response in the network tab seems fine.
Here is a example response of the shape I'm trying to sync, no errors are thrown.
[ { "offset": "27003656_0", "value": { "created_at": "2024-08-14 20:06:16.040503+00", "deleted_at": null, "id": "1", "name": "wow", "provider_id": "github", "resources": "{users,repos}", "updated_at": "2024-08-14 20:06:16.040503+00" }, "key": "\"public\".\"collections\"/\"1\"", "headers": { "relation": [ "public", "collections" ], "action": "insert", "txid": 753 } }, { "headers": { "control": "up-to-date" } } ]Beta Was this translation helpful? Give feedback.
All reactions