Hello - getting FST_ERR_CTP_EMPTY_JSON_BODY when trying to delete a user from the dashboard. I use s...
c
Hello - getting FST_ERR_CTP_EMPTY_JSON_BODY when trying to delete a user from the dashboard. I use supertokens-node 15.0 and a 6.0 managed dev instance
r
hey @cadlagtrader can you show us the full error stack please?
c
api | 17:48:57 🌲 incoming request DELETE xxx /auth/dashboard/api/user?userId=023d2e1d-f492-4293-8d28-ba6ceaf7b44d api | 17:48:57 🌲 Body cannot be empty when content-type is set to 'application/json'
r
whats the network tab on chrome show?
c
i don't see a call stack dumped to the console
r
whats the network tab on chrome show?
c
Copy code
{
  "statusCode": 400,
  "code": "FST_ERR_CTP_EMPTY_JSON_BODY",
  "error": "Bad Request",
  "message": "Body cannot be empty when content-type is set to 'application/json'"
}
r
can you open an issue about this on our github? We will check it out.
@nkshah2 can help
n
Hi @cadlagtrader We've found the problem and are working on releasing a fix for this. I will update here once its out
We have released a fix for this. No action is required from you, just reload after clearing cache
Let us know if the issue persists
52 Views