No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. thomas560
    T
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 2
    • Best 0
    • Groups 0

    thomas560

    @thomas560

    0
    Reputation
    1
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    thomas560 Follow

    Latest posts made by thomas560

    • SSR req.body is undefined

      I have tried to create a post request to server by axios

      this.$axios
      .post(’/set_info’, {
      …
      })
      .then(response => {
      …
      })
      .catch(error => console.log(‘Error’, error.message))

      But I could not to get posted data from the request. Here is my server side:
      app.post(’/set_info’, function (req, res) {
      console.log(req.body)
      res.send(‘OK’)
      })

      Can anyone help me, please ?

      posted in Help
      T
      thomas560