[Vuejs]-Vue.js Filter working locally, but not on server

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.

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…

Leave a comment