Hi,
I believe the issue is using a # for the collection name. That is a naming convention for selecting Wix Elements .
Replace the following line:
wixData.query("#Noir")
Updated Code:
wixData.query("Noir")
Hi,
I believe the issue is using a # for the collection name. That is a naming convention for selecting Wix Elements .
Replace the following line:
wixData.query("#Noir")
Updated Code:
wixData.query("Noir")