Closed rorticus closed 3 years ago
Bug
Proxy configuration in .dojorc is not forwarding traffic as it's supposed to.
.dojorc
Package Version: 5.0.0
https://gitlab.com/Jackbennett/dojo-proxy-dev
Expected behavior:
Traffic to /api would be forwarded to http://localhost/9998/
/api
http://localhost/9998/
Actual behavior:
Traffic to /api is serving the application's index.html
index.html
Awesome thanks for copying the discord issue.
same problem.
@icefee This should be resolved in the 7.0.4 release of @dojo/cli-build-app
@dojo/cli-build-app
Fixed by https://github.com/dojo/cli-build-app/pull/436
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 tohttp://localhost/9998/
Actual behavior:
Traffic to
/api
is serving the application'sindex.html