pawlox / video-thumbnail

Laravel package for generating thumbnails from videos
22 stars 14 forks source link

Ionic Image upload not working on android device #5

Closed RV8395 closed 4 years ago

RV8395 commented 5 years ago

My ionic app is working fine few months ago but now suddenly image uploading is not working at all.

When i try to run project on android studio and when i select image from gallery it gives me below error message :

from origin 'http://localhost' has been blocked by CORS policy: Cross origin requests are only supported for protocol schemes: http, data, chrome, https.

My ionic cli version is : CLI 4.12.0

MY dev dependencies are given follow: "@ionic/app-scripts": "3.2.3", "@ionic/cli-plugin-proxy": "1.5.8", "typescript": "2.6.2"

Please do help me with this. Thank you in advance.