1
Answer

500 error accur while post in react

Akila

Akila

2y
698
1

hi 

i am using axios for post all data will pass correctly but 500 error will accur.

  axios

          .post(`url, formdata, {

            headers: {

              Authorization: `bearer ${accesstoken}`,     

            },

          })

 

          .then((response) => {

            let status = response.data;

})

Answers (1)