Requests proxying stop working after update to ember-cli 0.39

三世轮回 提交于 2019-12-06 07:32:29

问题


I have just updated a project from ember-cli 0.37 to 0.39 and api requests are not proxied to the rails backend anymore. I've run ember init and update dependencies but it still doesn't work.

  • ember-cli 0.39
  • ember 1.6.0-beta.5
  • ember-data 1.0.0-beta.8
  • jquery 2.1.0

Thanks.


回答1:


This should be fixed in master now. See https://github.com/stefanpenner/ember-cli/pull/1263 for details.



来源:https://stackoverflow.com/questions/24585860/requests-proxying-stop-working-after-update-to-ember-cli-0-39

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!