Hi I have a simple couchdb server action query to show all items in a collection but when i click the show output on the query step i get the below error.
I have installed a new couchdb database with new collection but i get the same result. I can run the same query on the sql database with no issue different table/collection of course.
Thanks for any assistance.
I have the same setup as Brian the step that wont work for me is at 50:50 in this video.
{
"status": "500",
"message": "Cannot read properties of undefined (reading 'map')",
"stack": "TypeError: Cannot read properties of undefined (reading 'map')\n at App.select (/opt/node_app/lib/modules/dbconnector.js:48:25)\n at process.processTicksAndRejections (node:internal/process/task_queues:105:5)\n at async App._exec (/opt/node_app/lib/core/app.js:722:22)\n at async App.exec (/opt/node_app/lib/core/app.js:655:5)\n at async App.define (/opt/node_app/lib/core/app.js:637:5)"
}
I can't do any query's on the couchdb server from server action. Page flow works as normal. Can anyone point me in the right direction? all i get is the same error.