Skip to content

Parse on AWS 503 error when calling from Auth0 and ok from local #3131

Closed
@kostiag

Description

@kostiag

HI,
I am trying to implement Auth0 integration described here. Login attempt returns 404 which is fine but POST I get
54.67.15.170 - - [28/Nov/2016:14:26:54 +0000] "GET /parse/login?username=auth0%7C0123456789&password=XXXXXX HTTP/1.1" 404 49
54.67.15.170 - - [28/Nov/2016:14:26:55 +0000] "POST /parse/users/ HTTP/1.1" 503 299

Creating user from local:
curl -X POST -H "X-Parse-Application-Id: appid" -H "X-Parse-REST-API-Key:mk" -H "Content-Type: application/json" -d '{"username":"Sean Plott","password":"aaaaaaa"}' https://tablebuds.com/parse/users
{"objectId":"2H32s7C45c","createdAt":"2016-11-28T14:29:50.515Z","sessionToken":"r:dfdasfdafd"}
works fine.

Can anyone suggest what I should look at?

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