Wappler 7 Beta 22
Windows 11 Pro
Desktop App / Capacitor
Error
Impossible to open Data Binding Picker on Capacitor project, the same in Flow Editor or any element that use Data Bindingg Picker.
Logs
:
[2025-03-20 21:59:18.208] AFTER TREE DATA: [
{
id: 'global__meta',
text: '<span style="color:var(--base0B, #a6e22e)">Input</span>',
data: {
actionData: [Object],
fa: '<svg class="svg-inline--fa fa-chevron-double-right fa-w-16 fa-lg comp-data" style="" role="img">\n' +
' <use href="#fa-symbol-fas-chevron-double-right"/>\n' +
' </svg>'
},
type: 'meta',
children: [ [Object] ]
},
{
id: 'j1_3',
text: '<span>Execute</span>',
data: {
required: true,
fa: '<svg class="svg-inline--fa fa-cube fa-w-16 fa-lg comp-exec" style="" role="img">\n' +
' <use href="#fa-symbol-fas-cube"/>\n' +
' </svg>',
actionData: [Object]
},
type: 'main',
children: []
}
]
[2025-03-20 21:59:18.208] pickupName=dmxAppConnect/pickup.htm
[2025-03-20 21:59:18.211] Error occurred in handler for 'showPopupWindow_PopupWindow_dataBindingsPickup': Error: No handler registered for 'showPopupWindow_PopupWindow_dataBindingsPickup'
at WebContents.<anonymous> (node:electron/js2c/browser_init:2:89331)
at WebContents.emit (node:events:518:28)
at WebContents.emit (node:domain:489:12)
at WebContents.emit (C:\Users\userX\AppData\Local\Wappler Beta\resources\app\node_modules\@sentry\electron\main\integrations\electron-breadcrumbs.js:116:20)
EDIT
The error occurs if I have two or more projects open at the same time, if I close one and only have one project open the Data Link Selector opens without any problem.
In my case, one project is for APIs/Web and the other is for Desktop/Capacitor.