Closed
Description
Issue Description
I can not delete a row after created.
Describe your issue in as much detail as possible.
Steps to reproduce
- Create role with name "Admin", create user admin, set role Admin for this user
- Login with admin user and create a "Tag" object
- ACL: Role admin
+ Read: true
+ Write: true
- ACL: Role admin
- Delete this tag
- Result:
{
code: 101,
message: 'Object not found.'
}
- Result:
Expected Results
Can detete this row
Actual Outcome
Somtime return error, sometime can delete this row
{
code: 101,
message: 'Object not found.'
}
Environment Setup
- Server
- parse-server version: 2.2.10
- Operating System: [FILL THIS OUT]
- Hardware: [FILL THIS OUT]
- Localhost or remote server? (AWS, Heroku, Azure, Digital Ocean, etc): [FILL THIS OUT]
- Database
- MongoDB version: [FILL THIS OUT]
- Storage engine: [FILL THIS OUT]
- Hardware: [FILL THIS OUT]
- Localhost or remote server? (AWS, mLab, ObjectRocket, Digital Ocean, etc): [FILL THIS OUT]
Logs/Trace
With My debuging
In this function (view image), I found some wrong when debuging
Metadata
Metadata
Assignees
Labels
No labels