benediktschlager
Results
2
comments of
benediktschlager
Thank you @ArnaudBrousseau. I configured the login property, which also caused the update to fail with an authorization error This worked for me: ``` protocol=cloudflare, \ use=web, web=ip4only.me, \ ttl=1,...
I had the same problem. It turns out my database was using my native language, German, but according to the publication logic in https://github.com/electric-sql/electric/blob/main/packages/sync-service/lib/electric/postgres/replication_client/connection_setup.ex#L168 only English is supported. The fix...