Skip to content

enable VERBOSE crashes the parse-server #1777

Closed
@benishak

Description

@benishak

Env

  • ParseServer 2.2.9 (runs with PM2)
  • AWS EC2 (CentOS+NGINX)
  • iOS App

Problem

I enabled VERBOSE=1 but when I interact with the App, Parse through logs in the console but it crashes after that

verbose: GET /classes/XXXX { connection: 'upgrade',
  host: 'api-dev',
  'content-length': '1082',
  'x-parse-client-version': 'i1.12.0',
  accept: '*/*',
  'x-parse-session-token': 'r:XXXX',
  'x-parse-application-id': 'XXX',
  'x-parse-client-key': 'XXX',
  'x-parse-installation-id': 'XXX',
  'x-parse-os-version': '9.3 (15E65)',
  'accept-language': 'en-us',
  'accept-encoding': 'gzip, deflate',
  'content-type': 'application/json; charset=utf-8',
  'user-agent': 'xxxx/1 CFNetwork/758.3.15 Darwin/15.4.0',
  'x-parse-app-build-version': '1',
  'x-parse-app-display-version': '2.2.18' } {
  "where": {
    "$or": [
      {
          .....
       }
  },
  "include": ".....",
  "order": "-createdAt",
  "limit": "1000"
}
parse-server running on port 8082. <----- the server restart

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