سلام دوستان من میخام لاگین کنم و api در postman درسته و جواب میده منتها من با axios میزنم خطای network error میده که متنشو در زیر مینویسم و با استفاده از fetch هم مینویسم اونم میگه نمیتونه دیتاها رو fetch کنه . خطای نتورک چیه دقیقا ؟ کسی میدونه ؟
Error: Network Error
at createError (app.js:2845)
at XMLHttpRequest.handleError (app.js:2729)
const data = {email: email, password: password} ;
fetch('[http://roocket.org/api/login](http://roocket.org/api/login)', {
method: 'POST',
headers: {
Accept: 'application/json',
'Content-Type': 'application/json',
},
body: JSON.stringify(data)
}).then((response) => {
console.log(response);
}).catch(error => {
console.log(error);
});
const data = {email: email, password: password} ;
fetch('[http://roocket.org/api/login](http://roocket.org/api/login)', {
method: 'POST',
headers: {
Accept: 'application/json',
'Content-Type': 'application/json',
},
body: JSON.stringify(data)
}).then((response) => {
console.log(response);
}).catch(error => {
console.log(error);
});
axios.post([http://roocket.org/api/login](http://roocket.org/api/login), {
method: 'post',
headers: {
'Content-Type': 'application/x-www-form-urlencoded',
'Accept': 'application/json',
},
body: JSON.stringify({
email, password
})
}).then((response) => {
console.log(response);
}).catch(error => {
console.log(error);
});
@hesammousavi مهندس جان به اشتباه یکی از پاسخها به عنوان بهترین پاسخ انتخاب شد و دیگه نمیتونم حذفش کنم
آیا مایل به ارسال نوتیفیکیشن و اخبار از طرف راکت هستید ؟