Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AuthAdapters cannot be defined by CLI #8665

Closed
4 tasks done
dblythy opened this issue Jun 26, 2023 · 7 comments · Fixed by #8666
Closed
4 tasks done

AuthAdapters cannot be defined by CLI #8665

dblythy opened this issue Jun 26, 2023 · 7 comments · Fixed by #8666
Labels
state:released Released as stable version state:released-alpha Released as alpha version state:released-beta Released as beta version

Comments

@dblythy
Copy link
Member

dblythy commented Jun 26, 2023

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
@parse-github-assistant
Copy link

parse-github-assistant bot commented Jun 26, 2023

Thanks for opening this issue!

  • 🚀 You can help us to fix this issue faster by opening a pull request with a failing test. See our Contribution Guide for how to make a pull request, or read our New Contributor's Guide if this is your first time contributing.

@dblythy
Copy link
Member Author

dblythy commented Jun 26, 2023

First reported by @FransGH #7953 (comment)

@FransGH
Copy link
Contributor

FransGH commented Jun 26, 2023

@dblythy thx for the quick response/fix!

@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 6.3.0-alpha.4

@parseplatformorg parseplatformorg added the state:released-alpha Released as alpha version label Jul 4, 2023
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 6.4.0-beta.1

@parseplatformorg parseplatformorg added the state:released-beta Released as beta version label Sep 16, 2023
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 6.4.0-alpha.1

@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 6.4.0

@parseplatformorg parseplatformorg added the state:released Released as stable version label Nov 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state:released Released as stable version state:released-alpha Released as alpha version state:released-beta Released as beta version
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants