Couchbase lite android url

Using Couchbase lite in an Ionic cordova app using this library

If my device is connected to wifi and I install my app the url return from cblite.getUrl is as follows

http://61822192-7cf9-4ecc-b4bc-9cd484c8006c:3c262300-6931-43df-b134-f091ec8a84bd@localhost:5984/mydb

and everything works fine.

If I then disconnect from wifi and use 4g the url changes to

http://3422e7f8-58d2-4a4b-b8c8-f71453f92b00:370af66e-0cac-4817-b645-91584e41561b@localhost:5985/mydb

and then I start getting 403 everywhere.

No idea why. IOS works fine.