Reputation: 1328
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
UPDATED:
Now im having this error without doing anything... don't know why
Upvotes: -2
Views: 158
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
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