kahmali / meteor-restivus

REST APIs for the Best of Us! - A Meteor 0.9+ package for building REST APIs https://atmospherejs.com/nimble/restivus
MIT License
544 stars 117 forks source link

Method POST Not received bodyParams from client with fetch #269

Closed tanmynguyen closed 7 years ago

tanmynguyen commented 7 years ago

Hi guys . I can't received bodyParams from client. *config api server:

screen shot 2017-04-13 at 16 25 09

*client call api:

Who can't help me. Please! But I when use api /login worked!!!

ghost commented 7 years ago

Experiencing exactly the same behavior with 0.8.11. The weirdest thing is that everything worked until some point and no code/packages updates precede this issue.

tanmynguyen commented 7 years ago

@Rvach Thanks you. Fixed

ghost commented 7 years ago

But does update to 0.8.12 resolved issue for you? I cannot update due to dependencies constraints accounts-passwords to 1.1.13 while restivus requres 1.3.*. I've tried to use restivus as local package with accounts-passwords set to 1.1.3 (as bcrypt issue seems fixed there, though I'm not sure) and it seems to work fine with it, even login credentials hashing works fine. Nevertheless the issue stays, at some point POST endpoint retreives empty body.

cbruce11 commented 7 years ago

I'm still having this issue, did you find a fix?

shyal commented 6 years ago

i can't post restful data with restivus either.... man meteor is turning into such a joke.