Git Product home page Git Product logo

Comments (5)

christianmalek avatar christianmalek commented on May 27, 2024 1

Glad you find the solution by yourself. :)

from vuex-rest-api.

christianmalek avatar christianmalek commented on May 27, 2024

Your server should work fine. You have to dispatch the actions as written here: https://github.com/christianmalek/vuex-rest-api#calling-the-actions

// wrong
this.$store.dispatch("addTodo", body)

// correct
this.$store.dispatch("addTodo", {data: body})

from vuex-rest-api.

colonelpopcorn avatar colonelpopcorn commented on May 27, 2024

I've changed the dispatch as shown: this.$store.dispatch("addTodo", {data: body});, and I still get an empty json object on the server. Is there anything special that needs to happen for the data to be sent to the server properly? Does Axios normally send the data object as a request body? I'm also logging my object before sending it and confirming that the expected data is there before sending it.

Edit: I've confirmed with postman that I can receive a body on my express server.

Edit: I figured it out, my object literal was not a properly formatted JSON string. You can close this issue now.

from vuex-rest-api.

christianmalek avatar christianmalek commented on May 27, 2024

Does Axios normally send the data object as a request body?

Yes. This should work.

I'm also logging my object before sending it and confirming that the expected data is there before sending it.

How do you log it? If you use an axios interceptor you have to return the config (see https://github.com/mzabriskie/axios#interceptors).

from vuex-rest-api.

colonelpopcorn avatar colonelpopcorn commented on May 27, 2024

I logged it on the server with a console log. I figured out with Postman that it was improperly formatted JSON that was the problem. I fixed it on the client and I can now send items to the server. Thank you for the help!

from vuex-rest-api.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.