Start a new topic

Bug: Using API Console to list entities error

Using the API Console to list entities via /appdata// with the master secret authorization throws the error below. Other collections can be queried, just one particular on fails.



HTTP/1.1 400

Content-Type: application/json

X-Kinvey-API-Version: 3

X-Kinvey-Request-Id: f4d8b0365e5142379b1d9865614a48b8

X-Powered-By: Express



{

"error": "UserNotFound",

"description": "No such user.",

"debug": ""

}

Which collection specifically is failing? And are you manually typing in the Authorization header, or are you letting the API Console populate it for you?
app_id: kid_VTNyqoJuVq

collection: photos



Authorization header is prepopulated by the API Console.



Using the REST API to access it fails as well.
Do you have any business logic enabled on that collection that could return this error?
Yes, you are right. A prefetch hook was causing this issue. Thanks.
Login or Signup to post a comment