سلام وقت بخیر من به روش روکسو برای ثبت فیلدهای شهر و استان توسط کاربر از vue js در پروژه لاراول استفاده کردم. روی لوکال بدون مشکل کار میکنه ولی روی هاست زمانی که کاربر استان رو انتخاب میکنه در کنسول خطای زیر نمایش داده میشه:
GET https://site.ir/api/cities/5 500
dispatchXhrRequest @ app.js:207
xhrAdapter @ app.js:33
dispatchRequest @ app.js:738
request @ app.js:509
Axios.<computed> @ app.js:530
wrap @ app.js:1153
getAllCities @ app.js:2177
_c.on.change @ app.js:39497
invokeWithErrorHandling @ app.js:41635
invoker @ app.js:41956
original._wrapper @ app.js:47363
handleMouseUp_ @ unknown
app.js:2180 Error: Request failed with status code 500
at createError (app.js:672:15)
at settle (app.js:946:12)
at XMLHttpRequest.onloadend (app.js:74:7)
<script>
export default {
data(){
return{
province:'استان خود را انتخاب کنید',
cities: [],
flag : false,
}
},
methods:{
getAllCities: function () {
axios.get('/api/cities/'+this.province).then(res =>{
this.cities = res.data.cities
}).catch(err=>{
console.log(err)
})
},
}
}
</script>
به جمع هزاران کاربر اینستاگرامی روکسو بپیوندید.