Its not returning anything. Are you sure your res has anything?
Maybe check your URL?
I am sure because I get data client side using nuxt-link only when refreshing page data gets empty and this error apears
i use nuxt-proxy
Try returning or console.log(res)
it goes to catch nothing in then will be executed when this happens
Not sure if I understood you. Since there's nothing, therefore, 'status' as per your original problem can't make a reference against because there's no status in nothing.
when using nuxt-link to go the page I get data
Where are you calling status from?
This is saying it cannot read property of 'status' of undefined. Looking down at the trace message, its coming from your getBots method. So not really sure how its calling up a status of something if its not called
I've only one plugin that I check status of every request to not be unauthrized
try changing $get to get Remove the $
which error are you getting?
Can you get it back to this?
alright at least its back to the original problem
and this is without $
which $ did you remove?
Not sure if there's a CORS issue?
I don't think so, because I use proxy
Обсуждают сегодня