-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Closed
Description
Issue Description
Server returns "Insufficient auth" error for removing a non-existing user, even we use the master key for this request.
Steps to reproduce
- setup a fresh parse server
- remove an user with an non-existing objectId, using rest API or
Parse.User.createWithoutData(), with master key provided - see the server response
Expected Results
Server reports either ok or "user not found" with an appropriate error code
Actual Outcome
Server reports {"code":206,"error":"Insufficient auth."}
Environment Setup
-
Server
- parse-server version (Be specific! Don't say 'latest'.) : 3.0.0
- Operating System: linux
- Hardware: x86_64
- Localhost or remote server? (AWS, Heroku, Azure, Digital Ocean, etc): localhost
-
Database
- MongoDB version: mongodb 3.6.5 WiredTiger: 3.0.1: (January 8, 2018)
- Storage engine: wiredtiger
- Hardware: the same with the server
- Localhost or remote server? (AWS, mLab, ObjectRocket, Digital Ocean, etc): the same with the server
Logs/Trace
error: Insufficient auth. code=206, message=Insufficient auth.
Metadata
Metadata
Assignees
Labels
No labels