Skip to content

Can not update Schema via Schema API #848

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ntloc592 opened this issue Mar 5, 2016 · 1 comment
Closed

Can not update Schema via Schema API #848

ntloc592 opened this issue Mar 5, 2016 · 1 comment

Comments

@ntloc592
Copy link

ntloc592 commented Mar 5, 2016

  • I can not delete a field or column(type: Relation) from any schema
  • Result:
    {
    "code": 1,
    "message": "Internal server error."
    }

With exception from code

Uncaught internal server error. { [MongoError: ns not found]
name: 'MongoError',message: 'ns not found', ok: 0, errmsg: 'ns not found' }
MongoError: ns not found at Function.MongoError.create (E:\Parse\parse-server-2-1-4\node_modules\mongodb\node_modules\mongodb-core\lib\error.js:31:11)
at commandCallback (E:\Parse\parse-server-2-1-4\node_modules\mongodb\node_modules\mongodb-core\lib\topologies\server.js:929:66)
at Callbacks.emit (E:\Parse\parse-server-2-1-4\node_modules\mongodb\node_modules\mongodb-core\lib\topologies\server.js:116:3)
at null.messageHandler (E:\Parse\parse-server-2-1-4\node_modules\mongodb\node_modules\mongodb-core\lib\topologies\server.js:282:23)
at Socket. (E:\Parse\parse-server-2-1-4\node_modules\mongodb\node_modules\mongodb-core\lib\connection\connection.js:273:22)
at emitOne (events.js:77:13)
at Socket.emit (events.js:169:7)
at readableAddChunk (_stream_readable.js:146:16)
at Socket.Readable.push (_stream_readable.js:110:10) at TCP.onread (net.js:523:20)

@gfosco
Copy link
Contributor

gfosco commented Mar 6, 2016

Will be fixed by #864. Thanks for catching this. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants