dojo / cli-build-app

Command for building Dojo applications
Other
9 stars 32 forks source link

Proxy configuration not being honored #432

Closed rorticus closed 3 years ago

rorticus commented 4 years ago

Bug

Proxy configuration in .dojorc is not forwarding traffic as it's supposed to.

Package Version: 5.0.0

https://gitlab.com/Jackbennett/dojo-proxy-dev

Expected behavior:

Traffic to /api would be forwarded to http://localhost/9998/

Actual behavior:

Traffic to /api is serving the application's index.html

Jackbennett commented 4 years ago

Awesome thanks for copying the discord issue.

icefee commented 3 years ago

same problem.

agubler commented 3 years ago

@icefee This should be resolved in the 7.0.4 release of @dojo/cli-build-app

agubler commented 3 years ago

Fixed by https://github.com/dojo/cli-build-app/pull/436