Skip to content

Bitnami Google Cloud - adapter not working #3428

@mauriciord

Description

@mauriciord

Hi, i'm using a Bitnami Google Cloud Launcher with Parse Server, then i installed parse-server-gcs-adapter, like this:

// ...
var api = new ParseServer({
    databaseURI: "xxxxxxxxxxxxx",
    cloud: "./node_modules/parse-server/lib/cloud-code/Parse.Cloud.js",
    appId: "xxxxxxxxxx",
    masterKey: "xxxxxxxxx",
    fileKey: "xxxxxxxxxxxxxxx",
    serverURL: 'http://xxxxxxxxxx:80/parse',
    filesAdapter: {
        module: "parse-server-gcs-adapter",
        options: {
            projectId: "xxxxxxxxxxxx",
            keyFilename: "./xxxxxxxxx.json",
            bucket: "xxxxxxxxx"
        }
    }
});
// Serve the Parse API on the /parse URL prefix
app.use('/parse', api);

// ...

The parse-server-gcs-adapter is at node_modules folder.
I dropped the .json file key at the same folder. This server is HTTP, not using SSL actually, i have an other that is SSL and the gcs adapter works perfectly, but no in this server.
I tried as intance too, but nothing happens.

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