Anyone get CouchDB 2.3.1 (latest) sync working? I followed the tutorial (https://www.tapforms.com/help-mac/5/en/topic/couchdb-sync) and I can connect when using Tapforms on localhost, but when I try to connect with another device on the same wifi network using the same credentials it fails.
Well, I am connected now just need to see if the syncing works.
Usually when you can only connect to CouchDB from the Mac that’s running CouchDB, it means you haven’t specified the bind address of 0.0.0.0
.
Actually, I just had a brain fart. On my iMac I was able to connect because I was using 127.0.0.1 and when I did a copy/paste of the credentials including this IP on my other devices of course it could not find the server. So once I change the server IP to that of my iMac it is working quite well.