Skip to content

unable to load data with proxy on react native app #68

@bilalswiftsolutions

Description

@bilalswiftsolutions

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions