Skip to content

AuthAdapters cannot be defined by CLI #8665

Closed
@dblythy

Description

@dblythy

New Issue Checklist

Issue Description

When starting Parse Server via CLI and with JSON, it's not possible to define auth adapters

Steps to reproduce

{
  "appName": "test",
  "appId": "test",
  "masterKey": "test",
  "logLevel": "error",
  "auth": {
    "facebook": {
      "appIds": "test"
    }
  }
}

Actual Outcome

Error: [object Object] should be a comma separated string or an array

Expected Outcome

Environment

Server

  • Parse Server version: alpha
  • Operating system: macos
  • Local or remote host (AWS, Azure, Google Cloud, Heroku, Digital Ocean, etc): localhost

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions