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.
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.