Can't get logical replication neon-to-neon to work
I've spent a lot of time reading, re-reading, creating brand-new NeonDB's (via Vercel) to get the Logical Replica behaviour to work following these exact steps 3x https://neon.tech/docs/guides/logical-replication-neon-to-neon with no luck. I can see in PGAdmin that the source db (with Logical Replica turned on via NeonDB panel) has the right Publication config. Then i switch over to the subscription DB in another region, follow the instructions and I can see in that DB the Subscriptions information is setup (even though from PGAdmins perspective it's not happy some fields are not populated like "database"|"host"|"port"|... etc). I insert new data from Source but cannot see anything in the replica instance.
I can see on in the Subscribers table fluctuating pg_stat rows (as per screenshots).
Is there anything glaringly wrong with what I'm doing?
Is there anything glaringly wrong with what I'm doing?


Neon
Neon's logical replication feature allows you to replicate data from one Neon project to another. This enables different replication scenarios, including Postgres version migration Moving data from on...