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;
})
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;
})
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rajeesh MenothPosted Feb 18, 2022, 3:09 PM