In this website i’m using the following code to extract data from DB:
let item = $w(’ #dynamicDataset ').getCurrentItem();
let imagePath = item.imageLogo;
This code was working fine until i transfer the domain of this website from Wix to NameCheap.
I don’t understand what is the connection between these 2 things but the problem occurred right after the transfer took place.
Any idea why? maybe something with the URL’s of the images in the DB?