Wappler Version :6
Operating System : Windows 11
Server Model: Node
Database Type: Pouch DB
Hosting Type: LocalWebServer
Expected behavior
What do you think should happen?
I should be able to create a local PouchDB to use as an offline only database.
Actual behavior
What actually happens?
I create a database but I am unable to apply the migrations and use the Pouch Db. An error occurs
How to reproduce
- Go to Database Manager
- Click add new
- Select Type Custom, Databse Pouch DB, name test, database test
- Click test get message Datbase Connection OK
- Click Save
- Add a new collection called test
- Click apply database changes, add adescription click ok
- The new collection disappears and message saying no tables info available shows
.
I can see the following error message though:
TypeError: Cannot set properties of undefined (setting ‘meta’) at saveFieldMeta (file:///C:/Users/user/AppData/Local/Wappler%20Beta/resources/app/Shared/DMXzone/dmxAppCreator/UI/databaseManager.js:95:404) at Object. (file:///C:/Users/user/AppData/Local/Wappler%20Beta/resources/app/Shared/DMXzone/dmxAppCreator/UI/databaseManager.js:91:84367) at Object. (file:///C:/Users/user/AppData/Local/Wappler%20Beta/resources/app/Shared/DMXzone/dmxAppCreator/UI/jsTree/jstree.js:8:65868) at HTMLInputElement.proxy (C:\Users\user\AppData\Local\Wappler Beta\resources\app\node_modules\jquery\dist\jquery.js:10780:13) at HTMLInputElement.dispatch (C:\Users\user\AppData\Local\Wappler Beta\resources\app\node_modules\jquery\dist\jquery.js:5430:27) at HTMLInputElement.elemData.handle (C:\Users\user\AppData\Local\Wappler Beta\resources\app\node_modules\jquery\dist\jquery.js:5234:28) at HTMLInputElement.sentryWrapped (C:\Users\user\AppData\Local\Wappler Beta\resources\app\node_modules@sentry\browser\dist\helpers.js:75:23) at HTMLInputElement.keydown (file:///C:/Users/user/AppData/Local/Wappler%20Beta/resources/app/Shared/DMXzone/dmxAppCreator/UI/jsTree/jstree.js:8:66087) at HTMLInputElement.dispatch (C:\Users\user\AppData\Local\Wappler Beta\resources\app\node_modules\jquery\dist\jquery.js:5430:27) at HTMLInputElement.elemData.handle (C:\Users\user\AppData\Local\Wappler Beta\resources\app\node_modules\jquery\dist\jquery.js:5234:28) at HTMLInputElement.sentryWrapped (C:\Users\user\AppData\Local\Wappler Beta\resources\app\node_modules@sentry\browser\dist\helpers.js:75:23)