Skip to content
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
Closed
@notyetspecified

Description

@notyetspecified

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?

appscripts

This is used to bypass CORS problem by setting a proxy to localhost (dev server).

Steps to reproduce:

  1. Go to http://blog.ionic.io/handling-cors-issues-in-ionic/
  2. "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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions