parse-server: TypeError: Cannot read property 'type' of undefined at dbTypeMatchesObjectType

I was getting below error when i try to add a new column to my class in dashboard with parse-server@2.3.2

2017-02-04T01:57:00.321Z - Uncaught internal server error. TypeError: Cannot read property 'type' of undefined
    at dbTypeMatchesObjectType (D:\home\site\wwwroot\node_modules\parse-server\lib\Controllers\SchemaController.js:309:13)
    at D:\home\site\wwwroot\node_modules\parse-server\lib\Controllers\SchemaController.js:691:16
    at process._tickDomainCallback (internal/process/next_tick.js:129:7) TypeError: Cannot read property 'type' of undefined
    at dbTypeMatchesObjectType (D:\home\site\wwwroot\node_modules\parse-server\lib\Controllers\SchemaController.js:309:13)
    at D:\home\site\wwwroot\node_modules\parse-server\lib\Controllers\SchemaController.js:691:16
    at process._tickDomainCallback (internal/process/next_tick.js:129:7)

About this issue

  • Original URL
  • State: closed
  • Created 7 years ago
  • Reactions: 1
  • Comments: 15 (2 by maintainers)

Most upvoted comments

@swar-it @adambarghouthi I will check with Azure documentdb team and update

@swar-it They were deploying the fix yesterday but I’m also still facing this issue