On-Demand Sync Mode w/ Electric Collections
I have some Electric Collections using the API proxy setup:
if I add
syncMode: "on-demand" to my collection config, I get an error like this:
I have to add smth like
to make it work2 Replies
compatible-crimson•2w ago
Yes sorry about that. I have a pr up to fix this https://github.com/electric-sql/electric/pull/3430
GitHub
Don't create dynamic query keys for subset_params by KyleAMathews ...
Users discovered that proxy configurations couldn't match subsetparams because it was using deepObject style (subsetparams[1], subset__params[2]) which creates dynamic parameter names.
...
metropolitan-bronzeOP•2w ago
gotcha, thanks as usual!