I am using the Wix Cli local dev setup. Suddenly today I am getting an error whenever I update an external collection record through WixData. Things that worked yesterday are now longer working. I keep getting this error:
WDE0081: cursorPaging is not allowed.
This error code is not listed in the list of error codes found here: Error Codes - Velo API Reference - Wix.com
Searching for it yields no results whatsoever.
Has anybody encountered this error, and do you know what it means and how to fix it?
Thanks.
Hi,
I am having a similar issue with my external collections. Everything was working until around 10-11 AM EST today. It is connected to an Azure SQL database. I receive the same “WDE0081: cursorPaging is not allowed.” error message when trying to update a record in my collection.
Everything seems to be working on the Azure side so I am guessing something was changed on the Wix side.
Yes, it seems something seems to have changed with the WixData module, although I can’t seem to find any information about what has been changed. I am rewritting my code to not use that module. Instead, I’ll be using knex.js to connect directly to the database. It has the added benefit of not needing the adaptor in between, so I’ll be saving cost, and reducing performance overhead at the same time. So, in the end a blessing in disguise, but I still would have liked some sort of notification about this change, and it is extra work to rewrite it.
Not sure if anyone has alternative ideas? Or if this is just something that happens. I’m fairly new to Wix’s platform, but it is definitely concerning that a breaking change to a central module can be deployed with absolutely no response or reaction from those controlling the platform.
same issue here on external sql