Type Error: Cannot read properties of undefined (reading 'schema')

Guess who. (maybe i should change my name to "Mr TypeError")
Found another one. PLEASE let me know if this is getting TOO much (Just don't throw darts at a printout of my little black doggie) - Humor aside.

I reproduced these errors on 3 different systems.
Main desktop and 2 laptops of various configurations.

This is super easy to reproduce.

Create a CouchDB with a collection of at least 1 field.
Thru the Wappler database manager, click 'view/edit data' on the collection.
That's it. No Save issue here.

TypeError: Cannot read properties of undefined (reading 'schema') at b.editTable (file:///C:/Users/XXXXXX/AppData/Local/Wappler%20Beta/resources/app/Shared/DMXzone/dmxAppCreator/UI/databaseManager.js:1:26070) at action 
(file:///C:/Users/XXXXXX/AppData/Local/Wappler%20Beta/resources/app/Shared/DMXzone/dmxAppCreator/UI/databaseManager.js:1:108547) at Object._execute 
(file:///C:/Users/XXXXXX/AppData/Local/Wappler%20Beta/resources/app/Shared/DMXzone/dmxAppCreator/UI/jsTree/jstree.contextmenu_fontawesome.js:8:4351) at HTMLAnchorElement.<anonymous> 
(file:///C:/Users/XXXXXX/AppData/Local/Wappler%20Beta/resources/app/Shared/DMXzone/dmxAppCreator/UI/jsTree/jstree.contextmenu_fontawesome.js:8:11516) at HTMLUListElement.dispatch 
(C:\Users\XXXXXX\AppData\Local\Wappler Beta\resources\app\node_modules\jquery\dist\jquery.js:5430:27) at elemData.handle (C:\Users\XXXXXX\AppData\Local\Wappler 
Beta\resources\app\node_modules\jquery\dist\jquery.js:5234:28) at HTMLUListElement.sentryWrapped (C:\Users\XXXXXX\AppData\Local\Wappler Beta\resources\app\node_modules\@sentry\browser\cjs\helpers.js:92:17)

Cheers
JND

Don't worry, you should've seen me when I first started using Wappler, I made bug report after bug report :yum:

Are any of the types 'boolean'? If so, the schema sets them to null when first created - for mySQL anyway - not certain with Couch. I have had similar issue and resolved by setting the actual bool values to 0 or 1 and rerunning the query.

Hi Thanks for the response.

No Boolean objects although It looks like in beta 14 it was resolved
i was able to reproduce it 100%
Now, no massive string of TypeError stuff.

Cheers
JND