M. Mariscal
M. Mariscal

Reputation: 1328

Ionic 4 Uploadcare ERR_CONNECTION_REFUSED

I'm getting this error when i try to upload some picture via Ionic 4 using Uploadcare (Cannot display the image because of the error) How could I fix that? Thanks you so much

ERROR

UPDATED:

Now im having this error without doing anything... don't know why ANOTHER ERROR

Upvotes: -2

Views: 158

Answers (2)

M. Mariscal
M. Mariscal

Reputation: 1328

Finally it has been resolved... Maybe some cache or something like that (I was also cleaning cache on google), but didnt get any error on Google Chrome, i was constantly doing force-refresh but still the problems before... Now its uploading and didnt get any error. Thanks you so much anyway, i was also restarting the ionic server furthermore...

Upvotes: 0

Dmitry Mukhin
Dmitry Mukhin

Reputation: 6937

You're sending extra headers in preflight requests. Most likely this is some framework naively adding headers to all requests disregarding the host.

Upvotes: 1

Related Questions