I'm using this with ember-cli and just discovered the following:
This is a low-priority aesthetic thing, but a warning would be nice when an invalid URL type was specified for the proxy. Here is an example of what we get in the console
TypeError: Cannot read property 'length' of null
at slashJoin (/[PATH]/node_modules/ember-cli/node_modules/proxy-middleware/index.js:83:9)
I'm using this with ember-cli and just discovered the following:
This is a low-priority aesthetic thing, but a warning would be nice when an invalid URL type was specified for the proxy. Here is an example of what we get in the console
TypeError: Cannot read property 'length' of null at slashJoin (/[PATH]/node_modules/ember-cli/node_modules/proxy-middleware/index.js:83:9)
Thanks!