franse
April 10, 2025, 9:16pm
1
Wappler 7 Beta 26 (Saw this on Beta 25)
Windows 11
Nodejs
Hello team...
Just want to know if anyone has experienced the same behavior after some work on Wappler:
Seems that properties panel crash:
And clicking some element on design screen doesn't do anything, all must be changed under the tructure tree panel...
Closing the page and re-open it solves the issue..
Will try to create some log about it..
But found this, and all my edited code now is under the Wappler log
[2025-04-10 17:13:52.349] CodeEditor content changed {
changes: [
{
range: [Object], //HERE WHERE THE EDITED CODE IS
rangeLength: 0,
text: 'r',
rangeOffset: 1356,
forceMoveMarkers: false
}
],
eol: '\r\n',
isEolChange: false,
versionId: 130,
isUndoing: false,
isRedoing: false,
isFlush: false
}
Anyone else has the same issue?
Thanks
2 Likes
Cheese
April 10, 2025, 9:33pm
2
Had the same issue but as of yet haven't been able to capture it with logging enabled. Could not select anything within the page itself. A restart seems to resolve the issue for us. Seems to be very intermittent as nine out of ten times is fine. Aside from this everything is great with Beta 26.
brad
April 10, 2025, 9:48pm
3
franse:
And clicking some element on design screen doesn't do anything, all must be changed under the tructure tree panel...
Closing the page and re-open it solves the issue..
I have had this happen several times. Seems to be first file I open after opening Wappler from a minimized position. But it doesn't always do it so it is hard to replicate.
As you mentioned, closing the file and re-opening it solves the problem.
I'm on PHP.
franse
April 15, 2025, 11:17pm
4
I was able to create some log..
Hope it helps:
[2025-04-15 20:09:09.939] nativeTheme.shouldUseDarkColors = true
[2025-04-15 20:09:09.942] accent color=005ba3e3
[2025-04-15 20:09:09.997] (electron) 'session.getPreloads' is deprecated and will be removed. Please use 'session.getPreloadScripts' instead.
[2025-04-15 20:09:09.997] (electron) 'session.setPreloads' is deprecated and will be removed. Please use 'session.registerPreloadScript' instead.
[2025-04-15 20:09:10.000] beta configPath=C:\Users\franc\AppData\Roaming\wappler\Configuration
[2025-04-15 20:09:10.000] org configPath=C:\Users\franc\AppData\Roaming\Wappler\Configuration
[2025-04-15 20:09:10.007] OPEN_PROJECTS=project_name
[2025-04-15 20:09:10.007] ACTIVE_THEME=onedark
[2025-04-15 20:09:10.007] IS_DARK_THEME=true
[2025-04-15 20:09:10.686] appPath=C:\Users\franc\AppData\Local\Wappler Beta\resources\app
[2025-04-15 20:09:10.687] START MAIN!
[2025-04-15 20:09:10.687] userData = C:\Users\franc\AppData\Roaming\wappler
[2025-04-15 20:09:10.687] PRELOAD: C:\Users\franc\AppData\Local\Wappler Beta\resources\app\Shared\DMXzone\dmxAppCreator\UI\nw_preload.js
[2025-04-15 20:09:10.841] START showSplash
[2025-04-15 20:09:10.868] web-contents-created window
[2025-04-15 20:09:10.937] LOAD start up
[2025-04-15 20:09:10.975] splash - done
[2025-04-15 20:09:11.379] REGISTERED WITH ONESIGNAL
[2025-04-15 20:09:11.385] NW PRELOAD script ....
[2025-04-15 20:09:11.386] IS_BETA=true
[2025-04-15 20:09:11.749] START startup.js....
[2025-04-15 20:09:11.750] mac datapath=C:\Users\franc\AppData\Roaming/wappler
[2025-04-15 20:09:11.750] wappler 22 dataPath=C:\Users\franc\AppData\Roaming/wappler
[2025-04-15 20:09:11.750] currentPath=C:\Users\franc\AppData\Local\Wappler Beta\resources\app
[2025-04-15 20:09:11.755] copy package.json
[2025-04-15 20:09:11.757] package.json copied
[2025-04-15 20:09:11.762] copy appConnect rules
[2025-04-15 20:09:11.762] copy appConnect extra rules
[2025-04-15 20:09:11.801] SPLASH READY TO SHOW!
[2025-04-15 20:09:11.839] copy appConnect extra files
[2025-04-15 20:09:11.895] DONE
[2025-04-15 20:09:11.895] MAIN EXTENSIONS INSTALLED: DONE
[2025-04-15 20:09:11.895] START Setup Tray, path=C:\Users\franc\AppData\Local\Wappler Beta\resources\app\Shared\DMXzone\dmxAppCreator\UI\img\icon5-beta.ico
[2025-04-15 20:09:11.931] DONE Setup Tray
[2025-04-15 20:09:11.931] Open Editor... project=project_name
[2025-04-15 20:09:11.931] Create main window: 1 project_name
[2025-04-15 20:09:11.958] web-contents-created window
[2025-04-15 20:09:11.960] set active project: project_name
[2025-04-15 20:09:14.214] NW PRELOAD script ....
[2025-04-15 20:09:14.215] IS_BETA=true
[2025-04-15 20:09:15.569] MainWindow: SET Active Project: project_name
[2025-04-15 20:09:15.569] MainWindow: SET Main Window ID: 2
[2025-04-15 20:09:20.145] BROWSER: initWapplerUI: ACTIVE_PROJECT=project_name
[2025-04-15 20:09:20.336] MAIN READ TO SHOW!
[2025-04-15 20:09:20.337] do show mainWindow...
[2025-04-15 20:09:20.371] destroy splash
[2025-04-15 20:09:20.383] Check for updates, current version: 7.0.0-beta.26
[2025-04-15 20:09:20.390] Main window focused: 2
[2025-04-15 20:09:20.387] MAIN EXEC SET ACTIVE PROJECT!
[2025-04-15 20:09:20.414] set active project done
[2025-04-15 20:09:20.456] splash closed
[2025-04-15 20:09:20.445] [LOCALSERVER] LOCAL SERVER in Electron
[2025-04-15 20:09:20.450] [LOCALSERVER] Server started on port 64949
[2025-04-15 20:09:20.517] BROWSER: initUI Rules loaded
[2025-04-15 20:09:20.782] init serverConnectManager
[2025-04-15 20:09:20.854] DONE BrowserInit
[2025-04-15 20:09:20.955] online version: 7.0.0-beta.26
[2025-04-15 20:09:21.349] check path: C:\Users\franc\AppData\Local\Wappler Beta\resources\app\extensions\extensions.json
[2025-04-15 20:09:21.350] Online Update for stable found :119
[2025-04-15 20:09:21.351] extensionsToInstall[stable]= []
[2025-04-15 20:09:21.400] Preloading Data Bindings Picker ...
[2025-04-15 20:09:21.405] OPEN popup: PopupWindow_2_dataBindingsPickup
[2025-04-15 20:09:21.418] web-contents-created window
[2025-04-15 20:09:21.433] GOT DID CREATE window: PopupWindow_2_dataBindingsPickup
[2025-04-15 20:09:21.740] check path: C:\Users\franc\AppData\Local\Wappler Beta\resources\app\extensions\beta\extensions.json
[2025-04-15 20:09:21.741] Online Update for beta found :1
[2025-04-15 20:09:21.741] extensionsToInstall[beta]= []
[2025-04-15 20:09:21.772] routes loaded...
[2025-04-15 20:09:22.064] NW PRELOAD script ....
[2025-04-15 20:09:22.064] IS_BETA=true
[2025-04-15 20:09:22.105] bad on signal response code: 400
[2025-04-15 20:09:22.105] body: {"errors":["App is limited to a maximum of 3 tags on a given player"],"success":false}
[2025-04-15 20:09:22.105] url: players/91ae8f94-2283-4b41-bbc0-a8e2546e1271
[2025-04-15 20:09:22.105] data: {"app_id":"10c18666-f7f4-437c-bc8f-8435505b53cb","tags":{"projects":63}}
[2025-04-15 20:09:22.113] REGISTERED WITH ONESIGNAL
[2025-04-15 20:09:22.113] SELECT manager siteManager
[2025-04-15 20:09:22.123] loadManager pagesManager true
[2025-04-15 20:09:22.162] New project routes loaded...
[2025-04-15 20:09:22.592] web-contents-created webview
[2025-04-15 20:09:22.837] web-contents-created webview
[2025-04-15 20:09:23.088] web-contents-created webview
[2025-04-15 20:09:23.277] web-contents-created webview
[2025-04-15 20:09:23.450] web-contents-created webview
[2025-04-15 20:09:24.278] NW PRELOAD script ....
[2025-04-15 20:09:24.278] IS_BETA=true
[2025-04-15 20:09:24.947] PICKUP init!
[2025-04-15 20:09:24.948] ACTIONS_BASE_PATH=null
[2025-04-15 20:09:24.948] EXPRESSION=
[2025-04-15 20:09:24.948] ENCLOSE=false
[2025-04-15 20:09:24.948] BASE_PATH=
[2025-04-15 20:09:24.948] BASE_PATH=
[2025-04-15 20:09:24.977] START PICKER initTree
[2025-04-15 20:09:25.036] APP_CONNECT: LOAD RULES
[2025-04-15 20:09:25.080] getAbsoluteDocumentPath: window.Editor not available
[2025-04-15 20:09:25.080] getDocumentPath: window.Editor not available
[2025-04-15 20:09:25.086] getAbsoluteDocumentPath: window.Editor not available
[2025-04-15 20:09:25.086] getDocumentPath: window.Editor not available
[2025-04-15 20:09:25.120] APP_CONNECT: Parse all rules...
[2025-04-15 20:09:25.120] load custom app connect extensions
[2025-04-15 20:09:25.164] START Web OpenProject for project_name
[2025-04-15 20:09:25.165] open project active target: Development
[2025-04-15 20:09:25.165] START checkProject
[2025-04-15 20:09:25.181] after copy files serverType= node
[2025-04-15 20:09:25.219] tree ready
[2025-04-15 20:09:25.220] org expression =
[2025-04-15 20:09:25.220] get from js
[2025-04-15 20:09:25.340] APP_CONNECT: Trigger EVENT rulesLoaded
[2025-04-15 20:09:25.362] INIT actionsTree...
[2025-04-15 20:09:25.436] START APP_CONNECT initTree
[2025-04-15 20:09:25.436] APP_CONNECT: Setup listeners ...
[2025-04-15 20:09:25.468] APP_CONNECT: LOAD RULES
[2025-04-15 20:09:25.549] APP_CONNECT: Parse all rules...
[2025-04-15 20:09:25.549] load custom app connect extensions
[2025-04-15 20:09:25.577] START detectUsedFrameworks
[2025-04-15 20:09:25.665] TREE READY!
[2025-04-15 20:09:25.666] App Connect Ready
[2025-04-15 20:09:25.667] START updateAppConnectUsedComponents
[2025-04-15 20:09:25.693] update components attribute on content page ...
[2025-04-15 20:09:25.762] start file prioritizing ...
[2025-04-15 20:09:25.822] onAppConnectReady: updateAppConnectUsedComponents completed!, hasChanges = false
[2025-04-15 20:09:26.427] target app files copy success!
[2025-04-15 20:09:27.641] Auto start on project open
[2025-04-15 20:09:27.664] create new wappler terminal
[2025-04-15 20:09:30.120]
Connected!
[2025-04-15 20:09:37.060] Main window focused: 2
[2025-04-15 20:09:42.820] NW PRELOAD script ....
[2025-04-15 20:09:42.820] IS_BETA=true
[2025-04-15 20:09:42.978] APP_CONNECT: Trigger EVENT rulesLoaded
[2025-04-15 20:09:42.995] INIT actionsTree...
[2025-04-15 20:09:43.021] START APP_CONNECT initTree
[2025-04-15 20:09:43.021] APP_CONNECT: Setup listeners ...
[2025-04-15 20:09:43.028] APP_CONNECT: LOAD RULES
[2025-04-15 20:09:43.301] APP_CONNECT: Parse all rules...
[2025-04-15 20:09:43.302] load custom app connect extensions
[2025-04-15 20:09:43.342] START detectUsedFrameworks
[2025-04-15 20:09:43.403] TREE READY!
[2025-04-15 20:09:43.403] App Connect Ready
[2025-04-15 20:09:43.403] START updateAppConnectUsedComponents
[2025-04-15 20:09:43.405] onAppConnectReady: updateAppConnectUsedComponents completed!, hasChanges = false
[2025-04-15 20:09:45.927] NW PRELOAD script ....
[2025-04-15 20:09:45.927] IS_BETA=true
[2025-04-15 20:09:46.299] APP_CONNECT: Trigger EVENT rulesLoaded
[2025-04-15 20:09:46.314] INIT actionsTree...
[2025-04-15 20:09:46.355] START APP_CONNECT initTree
[2025-04-15 20:09:46.355] APP_CONNECT: Setup listeners ...
[2025-04-15 20:09:46.397] APP_CONNECT: LOAD RULES
[2025-04-15 20:09:46.513] APP_CONNECT: Parse all rules...
[2025-04-15 20:09:46.514] load custom app connect extensions
[2025-04-15 20:09:46.557] START detectUsedFrameworks
[2025-04-15 20:09:46.847] TREE READY!
[2025-04-15 20:09:46.847] App Connect Ready
[2025-04-15 20:09:46.847] START updateAppConnectUsedComponents
[2025-04-15 20:09:46.896] update components attribute on content page ...
[2025-04-15 20:09:46.959] start file prioritizing ...
[2025-04-15 20:09:46.959] onAppConnectReady: updateAppConnectUsedComponents completed!, hasChanges = false
[2025-04-15 20:09:47.409] NW PRELOAD script ....
[2025-04-15 20:09:47.410] IS_BETA=true
[2025-04-15 20:09:47.682] APP_CONNECT: Trigger EVENT rulesLoaded
[2025-04-15 20:09:47.698] INIT actionsTree...
[2025-04-15 20:09:47.738] START APP_CONNECT initTree
[2025-04-15 20:09:47.739] APP_CONNECT: Setup listeners ...
[2025-04-15 20:09:47.751] APP_CONNECT: LOAD RULES
[2025-04-15 20:09:47.876] APP_CONNECT: Parse all rules...
[2025-04-15 20:09:47.876] load custom app connect extensions
[2025-04-15 20:09:47.917] START detectUsedFrameworks
[2025-04-15 20:09:48.025] TREE READY!
[2025-04-15 20:09:48.025] App Connect Ready
[2025-04-15 20:09:48.025] START updateAppConnectUsedComponents
[2025-04-15 20:09:48.268] start file prioritizing ...
[2025-04-15 20:09:48.268] onAppConnectReady: updateAppConnectUsedComponents completed!, hasChanges = false
[2025-04-15 20:09:48.995] NW PRELOAD script ....
[2025-04-15 20:09:48.995] IS_BETA=true
[2025-04-15 20:09:49.383] APP_CONNECT: Trigger EVENT rulesLoaded
[2025-04-15 20:09:49.398] INIT actionsTree...
[2025-04-15 20:09:49.436] START APP_CONNECT initTree
[2025-04-15 20:09:49.437] APP_CONNECT: Setup listeners ...
[2025-04-15 20:09:49.449] APP_CONNECT: LOAD RULES
[2025-04-15 20:09:49.574] APP_CONNECT: Parse all rules...
[2025-04-15 20:09:49.574] load custom app connect extensions
[2025-04-15 20:09:49.626] START detectUsedFrameworks
[2025-04-15 20:09:49.721] TREE READY!
[2025-04-15 20:09:49.721] App Connect Ready
[2025-04-15 20:09:49.721] START updateAppConnectUsedComponents
[2025-04-15 20:09:49.887] update components attribute on content page ...
[2025-04-15 20:09:49.956] start file prioritizing ...
[2025-04-15 20:09:49.956] onAppConnectReady: updateAppConnectUsedComponents completed!, hasChanges = false
[2025-04-15 20:10:03.981] tree node not found yet, maybe not loaded? d78
[2025-04-15 20:10:04.057] setNodeSelection: try later ... retry: 1
[2025-04-15 20:10:04.061] tree node not found yet, maybe not loaded? d78
[2025-04-15 20:10:04.113] setNodeSelection: try later ... retry: 2
[2025-04-15 20:10:04.117] tree node not found yet, maybe not loaded? d78
[2025-04-15 20:10:04.117] setNodeSelection later: MAX 2 retry - reached: 2 !!!
[2025-04-15 20:10:06.317] tree node not found yet, maybe not loaded? d77
[2025-04-15 20:10:06.368] setNodeSelection: try later ... retry: 1
[2025-04-15 20:10:06.372] tree node not found yet, maybe not loaded? d77
[2025-04-15 20:10:06.427] setNodeSelection: try later ... retry: 2
[2025-04-15 20:10:06.431] tree node not found yet, maybe not loaded? d77
[2025-04-15 20:10:06.432] setNodeSelection later: MAX 2 retry - reached: 2 !!!
[2025-04-15 20:10:08.595] tree node not found yet, maybe not loaded? d78
[2025-04-15 20:10:08.659] setNodeSelection: try later ... retry: 1
[2025-04-15 20:10:08.662] tree node not found yet, maybe not loaded? d78
[2025-04-15 20:10:08.713] setNodeSelection: try later ... retry: 2
[2025-04-15 20:10:08.717] tree node not found yet, maybe not loaded? d78
[2025-04-15 20:10:08.717] setNodeSelection later: MAX 2 retry - reached: 2 !!!
[2025-04-15 20:10:09.582] tree node not found yet, maybe not loaded? d79
[2025-04-15 20:10:09.634] setNodeSelection: try later ... retry: 1
[2025-04-15 20:10:09.638] tree node not found yet, maybe not loaded? d79
[2025-04-15 20:10:09.689] setNodeSelection: try later ... retry: 2
[2025-04-15 20:10:09.692] tree node not found yet, maybe not loaded? d79
[2025-04-15 20:10:09.692] setNodeSelection later: MAX 2 retry - reached: 2 !!!
franse
April 16, 2025, 12:17am
6
@ben actually, when this bug occurs, it only afects properties panel
Styles panel works as expected
ben
April 16, 2025, 12:59am
7
My apologies @franse , it looks like I misunderstood the issue.
George
April 16, 2025, 7:47am
8
This looks like your design view is stuck. Is it this page only? Do you have the backed fully running?
If it is docker based try restarting docker
franse
April 16, 2025, 10:00am
9
George:
Is it this page only?
Yes, in my case it only afects current page (not specific one), others (opened) without issues..
Backend is also running and not using docker..
franse
April 17, 2025, 1:40am
10
No need for apologies ben
After this:
Maybe you're right and both are linked, will try to do more research but it's a very hard one..
@George the end of that log helps on some way? Or should I collect more info?
1 Like
franse
April 17, 2025, 3:32pm
11
Hello, another log:
It seems that both reports are somehow linked to the same issue:
[2025-04-17 12:10:42.133] nativeTheme.shouldUseDarkColors = true
[2025-04-17 12:10:42.137] accent color=005ba3e3
[2025-04-17 12:10:42.260] (electron) 'session.getPreloads' is deprecated and will be removed. Please use 'session.getPreloadScripts' instead.
[2025-04-17 12:10:42.260] (electron) 'session.setPreloads' is deprecated and will be removed. Please use 'session.registerPreloadScript' instead.
[2025-04-17 12:10:42.263] beta configPath=C:\Users\franc\AppData\Roaming\wappler\Configuration
[2025-04-17 12:10:42.263] org configPath=C:\Users\franc\AppData\Roaming\Wappler\Configuration
[2025-04-17 12:10:42.270] OPEN_PROJECTS=project_name
[2025-04-17 12:10:42.270] ACTIVE_THEME=onedark
[2025-04-17 12:10:42.270] IS_DARK_THEME=true
[2025-04-17 12:10:42.711] appPath=C:\Users\franc\AppData\Local\Wappler Beta\resources\app
[2025-04-17 12:10:42.712] START MAIN!
[2025-04-17 12:10:42.712] userData = C:\Users\franc\AppData\Roaming\wappler
[2025-04-17 12:10:42.712] PRELOAD: C:\Users\franc\AppData\Local\Wappler Beta\resources\app\Shared\DMXzone\dmxAppCreator\UI\nw_preload.js
[2025-04-17 12:10:42.807] START showSplash
[2025-04-17 12:10:42.840] web-contents-created window
[2025-04-17 12:10:42.863] LOAD start up
[2025-04-17 12:10:42.883] splash - done
[2025-04-17 12:10:42.896] Request failed : Error: getaddrinfo ENOTFOUND android.clients.google.com
[2025-04-17 12:10:42.896] Retrying in 0 seconds
[2025-04-17 12:10:42.903] Request failed : Error: getaddrinfo ENOTFOUND android.clients.google.com
[2025-04-17 12:10:42.903] Retrying in 5 seconds
[2025-04-17 12:10:43.292] NW PRELOAD script ....
[2025-04-17 12:10:43.294] IS_BETA=true
[2025-04-17 12:10:43.589] START startup.js....
[2025-04-17 12:10:43.590] mac datapath=C:\Users\franc\AppData\Roaming/wappler
[2025-04-17 12:10:43.590] wappler 22 dataPath=C:\Users\franc\AppData\Roaming/wappler
[2025-04-17 12:10:43.590] currentPath=C:\Users\franc\AppData\Local\Wappler Beta\resources\app
[2025-04-17 12:10:43.595] copy package.json
[2025-04-17 12:10:43.596] package.json copied
[2025-04-17 12:10:43.600] copy appConnect rules
[2025-04-17 12:10:43.600] copy appConnect extra rules
[2025-04-17 12:10:43.610] SPLASH READY TO SHOW!
[2025-04-17 12:10:43.637] copy appConnect extra files
[2025-04-17 12:10:43.673] DONE
[2025-04-17 12:10:43.666] MAIN EXTENSIONS INSTALLED: DONE
[2025-04-17 12:10:43.666] START Setup Tray, path=C:\Users\franc\AppData\Local\Wappler Beta\resources\app\Shared\DMXzone\dmxAppCreator\UI\img\icon5-beta.ico
[2025-04-17 12:10:43.689] DONE Setup Tray
[2025-04-17 12:10:43.689] Open Editor... project=project_name
[2025-04-17 12:10:43.689] Create main window: 1 project_name
[2025-04-17 12:10:43.706] web-contents-created window
[2025-04-17 12:10:43.707] set active project: project_name
[2025-04-17 12:10:44.047] NW PRELOAD script ....
[2025-04-17 12:10:44.048] IS_BETA=true
[2025-04-17 12:10:44.830] MainWindow: SET Active Project: project_name
[2025-04-17 12:10:44.830] MainWindow: SET Main Window ID: 2
[2025-04-17 12:10:47.420] BROWSER: initWapplerUI: ACTIVE_PROJECT=project_name
[2025-04-17 12:10:47.555] MAIN READ TO SHOW!
[2025-04-17 12:10:47.556] do show mainWindow...
[2025-04-17 12:10:47.567] destroy splash
[2025-04-17 12:10:47.568] Check for updates, current version: 7.0.0-beta.26
[2025-04-17 12:10:47.574] Main window focused: 2
[2025-04-17 12:10:47.578] MAIN EXEC SET ACTIVE PROJECT!
[2025-04-17 12:10:47.579] set active project done
[2025-04-17 12:10:47.586] [LOCALSERVER] LOCAL SERVER in Electron
[2025-04-17 12:10:47.590] [LOCALSERVER] Server started on port 49676
[2025-04-17 12:10:47.623] splash closed
[2025-04-17 12:10:47.626] BROWSER: initUI Rules loaded
[2025-04-17 12:10:47.873] init serverConnectManager
[2025-04-17 12:10:47.910] Request failed : Error: getaddrinfo ENOTFOUND android.clients.google.com
[2025-04-17 12:10:47.910] Retrying in 10 seconds
[2025-04-17 12:10:47.925] DONE BrowserInit
[2025-04-17 12:10:48.255] Preloading Data Bindings Picker ...
[2025-04-17 12:10:48.250] OPEN popup: PopupWindow_2_dataBindingsPickup
[2025-04-17 12:10:48.258] web-contents-created window
[2025-04-17 12:10:48.264] GOT DID CREATE window: PopupWindow_2_dataBindingsPickup
[2025-04-17 12:10:48.482] routes loaded...
[2025-04-17 12:10:48.492] Request failed : Error: getaddrinfo ENOTFOUND android.clients.google.com
[2025-04-17 12:10:48.492] Retrying in 0 seconds
[2025-04-17 12:10:48.496] Request failed : Error: getaddrinfo ENOTFOUND android.clients.google.com
[2025-04-17 12:10:48.496] Retrying in 5 seconds
[2025-04-17 12:10:48.671] NW PRELOAD script ....
[2025-04-17 12:10:48.671] IS_BETA=true
[2025-04-17 12:10:48.712] New project routes loaded...
[2025-04-17 12:10:49.013] web-contents-created webview
[2025-04-17 12:10:49.169] web-contents-created webview
[2025-04-17 12:10:49.342] web-contents-created webview
[2025-04-17 12:10:49.478] web-contents-created webview
[2025-04-17 12:10:49.650] web-contents-created webview
[2025-04-17 12:10:50.461] NW PRELOAD script ....
[2025-04-17 12:10:50.461] IS_BETA=true
[2025-04-17 12:10:51.058] PICKUP init!
[2025-04-17 12:10:51.059] ACTIONS_BASE_PATH=null
[2025-04-17 12:10:51.059] EXPRESSION=
[2025-04-17 12:10:51.059] ENCLOSE=false
[2025-04-17 12:10:51.059] BASE_PATH=
[2025-04-17 12:10:51.059] BASE_PATH=
[2025-04-17 12:10:51.085] START PICKER initTree
[2025-04-17 12:10:51.139] APP_CONNECT: LOAD RULES
[2025-04-17 12:10:51.177] getAbsoluteDocumentPath: window.Editor not available
[2025-04-17 12:10:51.178] getDocumentPath: window.Editor not available
[2025-04-17 12:10:51.182] getAbsoluteDocumentPath: window.Editor not available
[2025-04-17 12:10:51.182] getDocumentPath: window.Editor not available
[2025-04-17 12:10:51.209] APP_CONNECT: Parse all rules...
[2025-04-17 12:10:51.209] load custom app connect extensions
[2025-04-17 12:10:51.244] START Web OpenProject for project_name
[2025-04-17 12:10:51.245] open project active target: Development
[2025-04-17 12:10:51.245] START checkProject
[2025-04-17 12:10:51.259] after copy files serverType= node
[2025-04-17 12:10:51.317] tree ready
[2025-04-17 12:10:51.318] org expression =
[2025-04-17 12:10:51.318] get from js
[2025-04-17 12:10:51.403] APP_CONNECT: Trigger EVENT rulesLoaded
[2025-04-17 12:10:51.430] INIT actionsTree...
[2025-04-17 12:10:51.483] START APP_CONNECT initTree
[2025-04-17 12:10:51.483] APP_CONNECT: Setup listeners ...
[2025-04-17 12:10:51.518] APP_CONNECT: LOAD RULES
[2025-04-17 12:10:51.587] APP_CONNECT: Parse all rules...
[2025-04-17 12:10:51.587] load custom app connect extensions
[2025-04-17 12:10:51.612] START detectUsedFrameworks
[2025-04-17 12:10:51.726] TREE READY!
[2025-04-17 12:10:51.726] App Connect Ready
[2025-04-17 12:10:51.726] START updateAppConnectUsedComponents
[2025-04-17 12:10:51.780] update components attribute on content page ...
[2025-04-17 12:10:51.821] start file prioritizing ...
[2025-04-17 12:10:51.821] onAppConnectReady: updateAppConnectUsedComponents completed!, hasChanges = false
[2025-04-17 12:10:52.197] target app files copy success!
[2025-04-17 12:10:53.510] Request failed : Error: getaddrinfo ENOTFOUND android.clients.google.com
[2025-04-17 12:10:53.510] Retrying in 10 seconds
[2025-04-17 12:10:53.925] NW PRELOAD script ....
[2025-04-17 12:10:53.925] IS_BETA=true
[2025-04-17 12:10:54.036] APP_CONNECT: Trigger EVENT rulesLoaded
[2025-04-17 12:10:54.045] INIT actionsTree...
[2025-04-17 12:10:54.056] START APP_CONNECT initTree
[2025-04-17 12:10:54.056] APP_CONNECT: Setup listeners ...
[2025-04-17 12:10:54.058] APP_CONNECT: LOAD RULES
[2025-04-17 12:10:54.131] APP_CONNECT: Parse all rules...
[2025-04-17 12:10:54.131] load custom app connect extensions
[2025-04-17 12:10:54.154] START detectUsedFrameworks
[2025-04-17 12:10:54.197] TREE READY!
[2025-04-17 12:10:54.197] App Connect Ready
[2025-04-17 12:10:54.197] START updateAppConnectUsedComponents
[2025-04-17 12:10:54.198] onAppConnectReady: updateAppConnectUsedComponents completed!, hasChanges = false
[2025-04-17 12:10:54.558] Auto start on project open
[2025-04-17 12:10:54.577] create new wappler terminal
[2025-04-17 12:10:55.649]
Connected!
[2025-04-17 12:10:56.184] NW PRELOAD script ....
[2025-04-17 12:10:56.184] IS_BETA=true
[2025-04-17 12:10:56.349] APP_CONNECT: Trigger EVENT rulesLoaded
[2025-04-17 12:10:56.358] INIT actionsTree...
[2025-04-17 12:10:56.388] START APP_CONNECT initTree
[2025-04-17 12:10:56.388] APP_CONNECT: Setup listeners ...
[2025-04-17 12:10:56.401] APP_CONNECT: LOAD RULES
[2025-04-17 12:10:56.466] APP_CONNECT: Parse all rules...
[2025-04-17 12:10:56.466] load custom app connect extensions
[2025-04-17 12:10:56.489] START detectUsedFrameworks
[2025-04-17 12:10:56.537] TREE READY!
[2025-04-17 12:10:56.538] App Connect Ready
[2025-04-17 12:10:56.538] START updateAppConnectUsedComponents
[2025-04-17 12:10:56.547] update components attribute on content page ...
[2025-04-17 12:10:56.585] start file prioritizing ...
[2025-04-17 12:10:56.585] onAppConnectReady: updateAppConnectUsedComponents completed!, hasChanges = false
[2025-04-17 12:10:57.920] Request failed : Error: getaddrinfo ENOTFOUND android.clients.google.com
[2025-04-17 12:10:57.920] Retrying in 15 seconds
[2025-04-17 12:10:59.271] NW PRELOAD script ....
[2025-04-17 12:10:59.271] IS_BETA=true
[2025-04-17 12:10:59.393] APP_CONNECT: Trigger EVENT rulesLoaded
[2025-04-17 12:10:59.402] INIT actionsTree...
[2025-04-17 12:10:59.416] START APP_CONNECT initTree
[2025-04-17 12:10:59.417] APP_CONNECT: Setup listeners ...
[2025-04-17 12:10:59.421] APP_CONNECT: LOAD RULES
[2025-04-17 12:10:59.490] APP_CONNECT: Parse all rules...
[2025-04-17 12:10:59.490] load custom app connect extensions
[2025-04-17 12:10:59.512] START detectUsedFrameworks
[2025-04-17 12:10:59.615] TREE READY!
[2025-04-17 12:10:59.615] App Connect Ready
[2025-04-17 12:10:59.615] START updateAppConnectUsedComponents
[2025-04-17 12:10:59.757] start file prioritizing ...
[2025-04-17 12:10:59.758] onAppConnectReady: updateAppConnectUsedComponents completed!, hasChanges = false
[2025-04-17 12:11:01.395] NW PRELOAD script ....
[2025-04-17 12:11:01.396] IS_BETA=true
[2025-04-17 12:11:01.586] APP_CONNECT: Trigger EVENT rulesLoaded
[2025-04-17 12:11:01.600] INIT actionsTree...
[2025-04-17 12:11:01.617] START APP_CONNECT initTree
[2025-04-17 12:11:01.617] APP_CONNECT: Setup listeners ...
[2025-04-17 12:11:01.635] APP_CONNECT: LOAD RULES
[2025-04-17 12:11:01.706] APP_CONNECT: Parse all rules...
[2025-04-17 12:11:01.706] load custom app connect extensions
[2025-04-17 12:11:01.729] START detectUsedFrameworks
[2025-04-17 12:11:01.901] TREE READY!
[2025-04-17 12:11:01.901] App Connect Ready
[2025-04-17 12:11:01.902] START updateAppConnectUsedComponents
[2025-04-17 12:11:01.974] update components attribute on content page ...
[2025-04-17 12:11:02.014] start file prioritizing ...
[2025-04-17 12:11:02.014] onAppConnectReady: updateAppConnectUsedComponents completed!, hasChanges = false
[2025-04-17 12:11:03.526] Request failed : Error: getaddrinfo ENOTFOUND android.clients.google.com
[2025-04-17 12:11:03.526] Retrying in 15 seconds
[2025-04-17 12:11:07.745] SELECT manager siteManager
[2025-04-17 12:11:07.760] loadManager pagesManager true
[2025-04-17 12:11:08.874] web-contents-created webview
[2025-04-17 12:11:09.260] NW PRELOAD script ....
[2025-04-17 12:11:09.260] IS_BETA=true
[2025-04-17 12:11:09.589] APP_CONNECT: Trigger EVENT rulesLoaded
[2025-04-17 12:11:09.600] INIT actionsTree...
[2025-04-17 12:11:09.632] START APP_CONNECT initTree
[2025-04-17 12:11:09.632] APP_CONNECT: Setup listeners ...
[2025-04-17 12:11:09.654] APP_CONNECT: LOAD RULES
[2025-04-17 12:11:09.750] APP_CONNECT: Parse all rules...
[2025-04-17 12:11:09.751] load custom app connect extensions
[2025-04-17 12:11:09.787] START detectUsedFrameworks
[2025-04-17 12:11:09.834] TREE READY!
[2025-04-17 12:11:09.834] App Connect Ready
[2025-04-17 12:11:09.835] START updateAppConnectUsedComponents
[2025-04-17 12:11:09.836] onAppConnectReady: updateAppConnectUsedComponents completed!, hasChanges = false
[2025-04-17 12:11:12.927] Request failed : Error: getaddrinfo ENOTFOUND android.clients.google.com
[2025-04-17 12:11:12.927] Retrying in 15 seconds
[2025-04-17 12:11:18.542] Request failed : Error: getaddrinfo ENOTFOUND android.clients.google.com
[2025-04-17 12:11:18.542] Retrying in 15 seconds
[2025-04-17 12:11:27.938] Request failed : Error: getaddrinfo ENOTFOUND android.clients.google.com
[2025-04-17 12:11:27.938] Retrying in 15 seconds
[2025-04-17 12:11:33.563] Request failed : Error: getaddrinfo ENOTFOUND android.clients.google.com
[2025-04-17 12:11:33.563] Retrying in 15 seconds
[2025-04-17 12:11:35.265] Main window focused: 2
[2025-04-17 12:11:40.357] CodeEditor content changed {
changes: [
{
range: [Object],
rangeLength: 20,
text: '<div class="d-flex justify-content-center">',
rangeOffset: 15088,
forceMoveMarkers: false
}
],
eol: '\r\n',
isEolChange: false,
versionId: 2,
isUndoing: false,
isRedoing: false,
isFlush: false
}
[2025-04-17 12:11:40.428] reloadTreeNode: with selectDomId=d175
[2025-04-17 12:11:42.950] Request failed : Error: getaddrinfo ENOTFOUND android.clients.google.com
[2025-04-17 12:11:42.951] Retrying in 15 seconds
[2025-04-17 12:11:48.584] Request failed : Error: getaddrinfo ENOTFOUND android.clients.google.com
[2025-04-17 12:11:48.584] Retrying in 15 seconds
[2025-04-17 12:11:57.648] Main window focused: 2
[2025-04-17 12:12:11.635] CodeEditor content changed {
changes: [
{
range: [Object],
rangeLength: 43,
text: '<div class="d-flex">',
rangeOffset: 15088,
forceMoveMarkers: false
}
],
eol: '\r\n',
isEolChange: false,
versionId: 3,
isUndoing: true,
isRedoing: false,
isFlush: false
}
[2025-04-17 12:12:11.920] reloadTreeNode: with selectDomId=d175
[2025-04-17 12:12:19.382] search route for page = index
[2025-04-17 12:12:19.382] got route = { path: '/', page: 'index', routeType: 'page', layout: 'main' }
[2025-04-17 12:12:19.383] CALL editor showQRcode, path=/
[2025-04-17 12:12:19.383] rootUrl=/
[2025-04-17 12:12:19.391] rect= {
x: 1153,
y: 139.875,
width: 18,
height: 22.25,
top: 139.875,
right: 1171,
bottom: 162.125,
left: 1153
}
[2025-04-17 12:12:19.392] unlock first ...
[2025-04-17 12:12:19.403] show popper: popper
[2025-04-17 12:14:11.812] Main window focused: 2
[2025-04-17 12:14:13.697] close popper: popper
[2025-04-17 12:18:44.849] Main window focused: 2
[2025-04-17 12:20:44.971] Main window focused: 2
[2025-04-17 12:21:14.748] SELECT manager workflowsManager
[2025-04-17 12:21:14.764] loadManager serverConnectManager true
[2025-04-17 12:21:15.113] NW PRELOAD script ....
[2025-04-17 12:21:15.113] IS_BETA=true
[2025-04-17 12:21:15.321] SERVER CONNECT: init
[2025-04-17 12:21:15.321] START getInitialLayout window width=338
[2025-04-17 12:21:15.352] START initActionsTree
[2025-04-17 12:21:15.402] DONE Server Connect loadRules ...
[2025-04-17 12:21:15.403] load custom extensions
[2025-04-17 12:22:06.854] Main window focused: 2
[2025-04-17 12:22:07.965] Main window focused: 2
[2025-04-17 12:22:24.591] Main window focused: 2
[2025-04-17 12:22:25.878] CALL editor openInBrowser, path=/miperfil
[2025-04-17 12:22:25.878] rootUrl=/miperfil
[2025-04-17 12:23:58.693] Main window focused: 2
[2025-04-17 12:24:14.695] Main window focused: 2
[2025-04-17 12:24:21.398] SELECT manager siteManager
[2025-04-17 12:24:23.420] web-contents-created webview
[2025-04-17 12:24:23.912] (node:10712) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 destroyed listeners added to [WebContents]. MaxListeners is 10. Use emitter.setMaxListeners() to increase limit
(Use `Wappler Beta --trace-warnings ...` to show where the warning was created)
[2025-04-17 12:24:23.917] NW PRELOAD script ....
[2025-04-17 12:24:23.917] IS_BETA=true
[2025-04-17 12:24:24.090] APP_CONNECT: Trigger EVENT rulesLoaded
[2025-04-17 12:24:24.103] INIT actionsTree...
[2025-04-17 12:24:24.120] START APP_CONNECT initTree
[2025-04-17 12:24:24.120] APP_CONNECT: Setup listeners ...
[2025-04-17 12:24:24.124] APP_CONNECT: LOAD RULES
[2025-04-17 12:24:24.203] APP_CONNECT: Parse all rules...
[2025-04-17 12:24:24.203] load custom app connect extensions
[2025-04-17 12:24:24.414] TREE READY!
[2025-04-17 12:24:24.414] App Connect Ready
[2025-04-17 12:24:24.415] START updateAppConnectUsedComponents
[2025-04-17 12:24:24.415] PAGE_DOM not available
[2025-04-17 12:24:24.426] update components attribute on content page ...
[2025-04-17 12:24:24.426] onAppConnectReady: updateAppConnectUsedComponents completed!, hasChanges = false
[2025-04-17 12:25:43.924] Main window focused: 2
[2025-04-17 12:25:50.789] REFRESH STYLES PANEL
[2025-04-17 12:25:56.393] REFRESH STYLES PANEL
[2025-04-17 12:25:57.164] REFRESH STYLES PANEL
[2025-04-17 12:26:31.634] Main window focused: 2
[2025-04-17 12:26:37.947] Main window focused: 2
[2025-04-17 12:26:46.608] Main window focused: 2
[2025-04-17 12:26:50.822] Main window focused: 2
[2025-04-17 12:26:54.079] Main window focused: 2
[2025-04-17 12:26:59.569] Main window focused: 2
[2025-04-17 12:27:05.924] Main window focused: 2
[2025-04-17 12:29:13.725] Main window focused: 2
[2025-04-17 12:29:14.635] REFRESH STYLES PANEL
[2025-04-17 12:29:15.338] REFRESH STYLES PANEL
[2025-04-17 12:29:16.050] REFRESH STYLES PANEL
[2025-04-17 12:29:18.191] Main window focused: 2
George
April 17, 2025, 4:47pm
12
We have made several improvements in beta 27 so try it out and let us know
1 Like