Hey there!
I created a site using Velo which practically gets a json response (getJSON) from an external RestAPI in the backend and loads it to a dataset and then to a table (and allows filtering it with user input).
Everything that’s written in the Home js page is running fine (including the filtering of the dataset), instead of the code that is imported from the Backend.
In Preview mode the site works flawlessly so I’m very confused about what’s happening.
I tried activating sandbox at the dataset and it didn’t help.