You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
Ionic 4 project created with latest CLI does not proxy requests
when running ionic cordova run android --livereload
but does proper proxying when running on ionic serve
This option was in the schema because originally `--proxy-config` was an
option provided by the Ionic CLI. Before this change, `proxyConfig` was
overriding the dev-server's `proxyConfig` option, even when undefined.
fixesionic-team/ionic-cli#3825
Description:
Ionic 4 project created with latest CLI does not proxy requests
when running
ionic cordova run android --livereload
but does proper proxying when running on
ionic serve
Steps to Reproduce:
FYI
patch files can be easily applied if you are using VSCode with this extension
Output:
![ionic-serve](https://user-images.githubusercontent.com/5774849/51670620-0d28d200-1fed-11e9-98df-012b94132afd.png)
ionic serve
ionic cordova run android --livereload
My
ionic info
:Other Information:
The text was updated successfully, but these errors were encountered: