ember-cli --proxy works for GET but fails on PUT and POST

后端 未结 1 1440
别那么骄傲
别那么骄傲 2021-01-04 18:06

I\'m trying to move my application from Ember Appkit to ember-cli and I\'m having trouble replicating the proxy functionality previously provided by the APIMethod and proxyU

1条回答
  •  别那么骄傲
    2021-01-04 18:34

    The solution was to comment out app.use(bodyParser()); in server/index.js

    0 讨论(0)
提交回复
热议问题