400 Bad Request: Did not attempt to load JSON data because the request Content-Type was not ‘application/json’
I have the following problem, I am setting up an application in Vue and I have a component from which I must upload files to my gcp bucket, but when it comes to sending the upload request from my front to the back, it gives me the error of the title
this is my front: