Good afternoon, I am developing a custom full page app, where I will send information obtained by this app to a third party API, however, when I send the request to the third party API I get the error:
Uncaught (in promise)
as shown in the image below:
My code looks like this:
How can I solve this error?