Skip to content

Parse-Server shuts down once a User signup request is received #5192

Closed
@tuwchia

Description

@tuwchia

Issue Description

I was trying to sign up a user to the parse server, and the server shuts down, claiming JSON syntax error. I remove the [email protected] and install an earlier version, 3.0.0. Then used the same piece of data for user creation. You know what, the signup succeeds.

Steps to reproduce

After installing [email protected]/3.1.0, and fire a curl command from the rest api doc. The parse server always shuts down.

After installing [email protected], and fire the same command, the parse server accepts the user creation request like always.

Expected Results

User signup succeeds when using 3.1.0 and above versions

Actual Outcome

User signup succeeds when 3.0.0 is in use, but fails 3.1.0 and above versions are in use.

Environment Setup

  • Server

    • parse-server version (Be specific! Don't say 'latest'.) : 3.0.0/3.1.0/3.1.1
    • Operating System: Windows 7 64bit
    • Hardware: 4 Core/8 GB
    • Localhost or remote server? (AWS, Heroku, Azure, Digital Ocean, etc): localhost
  • Database

    • MongoDB version: 4.0
    • Storage engine: wildtiger
    • Hardware: Same machine as the server
    • Localhost or remote server? (AWS, mLab, ObjectRocket, Digital Ocean, etc): localhost

Logs/Trace

"ParseError: 100 XMLHttpRequest failed: "SyntaxError: Unexpected end of JSON input""

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