I’m a NodeJS dev and have been playing around with the Wix external database feature. I managed to set up a database using firebase functions and using the official Wix firebase adapter and tried to set up an external database only to find that it doesn’t work as hoped for. The schema listing worked so I could see the collections on firebase appear in Wix, and also the collection’s item entries were visible which means that READ works. But when I used Wix to try creating a new item on that collection, it gave me this error as raised by another user . So, I added some logging code on the firebase-side to see what functions get called and found that when I type in all the item details in the New Item form of the Wix content manager on my external collection and hit save, instead of calling the insert method on the server it calls the get method instead (also, in an mildly unrelated-to-this-query note, the get function doesn’t adhere to the external database collection specification and I’ve raised a github issue for that) and so I’m unable to add any data at all. Is the external database collection feature incomplete or buggy than stable?
If you are having issue with this feature, you should contact the Wix support team . This might be a system or platform issue that you are having.