Question:
[Why has the Store/Orders collection has recently started to block the read only extraction of data for enhanced use on our our live site. This process has been working for a number of years without any issues. ]
Product:
[ Wix Editor, ]
What are you trying to achieve:
[The orders in question are for flight experiences and are post processed into a collection that handles the complex booking and informs our crews of the arrangments to fulill the experience…]
What have you already tried:
[ wixData.query(“Stores/Orders”)
.gt(“number”, 10952)
.ascending(“number”)
.find()
.then( (results) => {
console.log(“Results”,results)
The data is written back to a site collection with operational information extensions
This code works fine in the editor and returns 15 records, but finds nothing in our live site. Where the 15 records exist.
Has been in use for about 4 years