electric-sql / electric

Sync little subsets of your Postgres data into local apps and services.
https://electric-sql.com
Apache License 2.0
6.47k stars 156 forks source link

fix: Root table validation should return 400 #1975

Closed msfstef closed 1 week ago

msfstef commented 1 week ago

When root table is missing it should return 400 with the correct message. Currently it is returning 500 which would lead to clients retrying even through the request is malformed.