-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
I am trying to load data on my React native app it is working fine when I try to load data without a proxy. But when adding proxy it does not giving any error and also not load any data it is stuck for an unlimited time
array.forEach(function (dumpFile) {
series = series.then(function () {
return localdb.load(dumpFile, {
proxy: "https://v2.abc.xyz/abc",
auth: {
username: "admin",
password: "****",
},
})
});
});
I am using `react-native-sqlite` adapter
const localdb = new PouchDB("siloc", {
adapter: "react-native-sqlite",
});
Metadata
Metadata
Assignees
Labels
No labels