It was a basic CORS issue, in fact, sending Authorization
without having it in the corsRequestHeaders
makes the request rejected.
I should have written:
, corsRequestHeaders = ["Authorization", "Content-Type"]
CLICK HERE to find out more related problems solutions.