0👍
Do you fetch same data when you are locally and from NAS-based webserver ?
It seems that there is a problem when trying to use toLowerCase function. This is probably because of an item.title
or item.description
that returns null.
- [Vuejs]-Does Next.js have equivalent auto-register feature like Nuxt.js?
- [Vuejs]-Vue with Typescript and Audio Worklets
0👍
I am so stupid. I found the error: apparently I added one additional entry on the server v version. And that one indeed contained one row with a null "value" in description – that was causing the issue… Now I know, that I need to cater for this as well…
Source:stackexchange.com