Skip to content

Push Dashboard cannot open since 2.6.0 #4302

Closed
@willli666

Description

@willli666

Issue Description

Ever since upgrading to 2.6.0, I'm not able to open/view the Push section in parse dashboard. The page keeps on loading in 2.6.0 and becomes all white in 2.6.2

Steps to reproduce

Run parse server and parse dashboard on localhost. Click on Core and you can see all classes. Click on Push and it hangs there.

I even went to dabase and manually deleted all the Audience records but it didn't help.

Logs/Trace

this is on 2.6.0
parse-server-example running on port 1337.
error: Error generating response. ParseError { code: 1, message: 'bad key in untransform: _last_used' } code=1, message=bad key in untransform: _last_used
error: bad key in untransform: _last_used code=1, message=bad key in untransform: _last_used

this is on 2.6.1
error: Error generating response. SyntaxError: Unexpected token o in JSON at position 1
at Object.parse (native)
at /Users/anli/Documents/workspace_apollo/apolloParseServer/node_modules/parse-server/lib/Routers/AudiencesRouter.js:57:29
at Array.forEach (native)
at /Users/anli/Documents/workspace_apollo/apolloParseServer/node_modules/parse-server/lib/Routers/AudiencesRouter.js:56:26
at process._tickDomainCallback (internal/process/next_tick.js:135:7)
error: Uncaught internal server error. SyntaxError: Unexpected token o in JSON at position 1
at Object.parse (native)
at /Users/anli/Documents/workspace_apollo/apolloParseServer/node_modules/parse-server/lib/Routers/AudiencesRouter.js:57:29
at Array.forEach (native)
at /Users/anli/Documents/workspace_apollo/apolloParseServer/node_modules/parse-server/lib/Routers/AudiencesRouter.js:56:26
at process._tickDomainCallback (internal/process/next_tick.js:135:7) SyntaxError: Unexpected token o in JSON at position 1
at Object.parse (native)
at /Users/anli/Documents/workspace_apollo/apolloParseServer/node_modules/parse-server/lib/Routers/AudiencesRouter.js:57:29
at Array.forEach (native)
at /Users/anli/Documents/workspace_apollo/apolloParseServer/node_modules/parse-server/lib/Routers/AudiencesRouter.js:56:26
at process._tickDomainCallback (internal/process/next_tick.js:135:7)
SyntaxError: Unexpected token o in JSON at position 1
at Object.parse (native)
at /Users/anli/Documents/workspace_apollo/apolloParseServer/node_modules/parse-server/lib/Routers/AudiencesRouter.js:57:29
at Array.forEach (native)
at /Users/anli/Documents/workspace_apollo/apolloParseServer/node_modules/parse-server/lib/Routers/AudiencesRouter.js:56:26
at process._tickDomainCallback (internal/process/next_tick.js:135:7)

Environment Setup

  • Server

    • parse-server version (Be specific! Don't say 'latest'.) : 2.6.0 ,2.6.2 and above
    • Operating System: macbook localhost
  • Database

    • MongoDB version: mlab shared cluster 3.2.16

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