Skip to content

Error using login method #321

Description

@giano

Having an issue using login method on local parse server. Managed to reproduce using following values:

URL: http://localhost:1337/parse/1/login

Method: POST

Encoding: JSON-encoded

Payload: {
"_ApplicationId": redacted,
"_JavaScriptKey": redacted,
"_method": "GET",
"password": redacted,
"username": "tulo69"
}

Response is 404 but url is generated from parse node module.

Parse server is running on http://localhost:1337/parse, and responding

BTW: thank you for open sourcing that, you saved my bacon :)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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