This repository was archived by the owner on May 1, 2020. It is now read-only.
This repository was archived by the owner on May 1, 2020. It is now read-only.
Proxy urls are being ignored #759
Closed
Description
Short description of the problem:
Since 1.1.1 "proxies" urls, in ionic.config.json, are not set on build
What behavior are you expecting?
This is used to bypass CORS problem by setting a proxy to localhost (dev server).
Steps to reproduce:
- Go to http://blog.ionic.io/handling-cors-issues-in-ionic/
- "Setting up the proxy urls" section
{
"name": "proxy-example",
"app_id": "",
"proxies": [
{
"path": "/api",
"proxyUrl": "http://cors.api.com/api"
}
]
}
Which @ionic/app-scripts version are you using?
1.1.2
Other information:
I'm using 1.1.0 until this issue gets resolved
Metadata
Metadata
Assignees
Labels
No labels