Some beta issues

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 :thinking:

[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

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.

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.

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 !!!

This is the same bug as

@ben actually, when this bug occurs, it only afects properties panel
Styles panel works as expected

My apologies @franse, it looks like I misunderstood the issue.

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

Yes, in my case it only afects current page (not specific one), others (opened) without issues..
Backend is also running and not using docker..

No need for apologies ben :slight_smile:
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

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

We have made several improvements in beta 27 so try it out and let us know

1 Like

Updated to v30 and noticed again..
Obviously tried to replicate it on logging and had no luck..
Will try to do some more research and post a new log here as soon as I can

Doesn't seem something like can be recorded on logs
Changed from one project (test_node) to another one projectname

Just opened a some pages quickly:

[2025-05-11 16:27:01.440] Server Connect Editor: SAVE: C:\xampp\htdocs\test_node\app\api\wapplercommunity\62828_mail.json
[2025-05-11 16:27:01.441] go deeper in meta: nameIndex=1
[2025-05-11 16:27:35.573] Main window focused: 2
[2025-05-11 16:27:46.824] Main window focused: 2
[2025-05-11 16:27:51.667] SELECT manager siteManager
[2025-05-11 16:27:51.675] loadManager pagesManager true
[2025-05-11 16:27:52.551] web-contents-created webview
[2025-05-11 16:27:52.935] (node:34428) 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-05-11 16:27:52.940] NW PRELOAD script ....
[2025-05-11 16:27:52.940] IS_BETA=true
[2025-05-11 16:27:53.571] APP_CONNECT: Trigger EVENT rulesLoaded
[2025-05-11 16:27:53.580] INIT actionsTree...
[2025-05-11 16:27:53.592] START APP_CONNECT initTree
[2025-05-11 16:27:53.593] APP_CONNECT: Setup listeners ...
[2025-05-11 16:27:53.597] APP_CONNECT: LOAD RULES
[2025-05-11 16:27:53.678] APP_CONNECT: Parse all rules...
[2025-05-11 16:27:53.678] load custom app connect extensions
[2025-05-11 16:27:53.686] load custom app connect extension=@brightyard/wappler-chartjs
[2025-05-11 16:27:53.686] load custom app connect extension=@brightyard/wappler-gridstack
[2025-05-11 16:27:53.687] load custom app connect extension=qrcoder
[2025-05-11 16:27:53.713] START detectUsedFrameworks
[2025-05-11 16:27:53.741] TREE READY!
[2025-05-11 16:27:53.741] App Connect Ready
[2025-05-11 16:27:53.741] START updateAppConnectUsedComponents
[2025-05-11 16:27:53.758] update components attribute on content page ...
[2025-05-11 16:27:53.803] start file prioritizing ...
[2025-05-11 16:27:53.804] onAppConnectReady: updateAppConnectUsedComponents completed!, hasChanges = false
[2025-05-11 16:27:56.563] web-contents-created webview
[2025-05-11 16:27:56.991] NW PRELOAD script ....
[2025-05-11 16:27:56.991] IS_BETA=true
[2025-05-11 16:27:57.404] APP_CONNECT: Trigger EVENT rulesLoaded
[2025-05-11 16:27:57.413] INIT actionsTree...
[2025-05-11 16:27:57.424] START APP_CONNECT initTree
[2025-05-11 16:27:57.424] APP_CONNECT: Setup listeners ...
[2025-05-11 16:27:57.427] APP_CONNECT: LOAD RULES
[2025-05-11 16:27:57.506] APP_CONNECT: Parse all rules...
[2025-05-11 16:27:57.507] load custom app connect extensions
[2025-05-11 16:27:57.516] load custom app connect extension=@brightyard/wappler-chartjs
[2025-05-11 16:27:57.517] load custom app connect extension=@brightyard/wappler-gridstack
[2025-05-11 16:27:57.518] load custom app connect extension=qrcoder
[2025-05-11 16:27:57.550] START detectUsedFrameworks
[2025-05-11 16:27:57.574] TREE READY!
[2025-05-11 16:27:57.574] App Connect Ready
[2025-05-11 16:27:57.575] START updateAppConnectUsedComponents
[2025-05-11 16:27:57.575] onAppConnectReady: updateAppConnectUsedComponents completed!, hasChanges = false
[2025-05-11 16:28:02.059] unlock first ...
[2025-05-11 16:28:02.065] show popper: popper
[2025-05-11 16:28:02.092]  START projectsDataProvider
[2025-05-11 16:28:02.097]  START loadAllProjects
[2025-05-11 16:28:03.043] close popper: popper
[2025-05-11 16:28:03.044] select project: projectname
[2025-05-11 16:28:03.044] Destroy projectManager
[2025-05-11 16:28:03.060] prevProject=test_node
[2025-05-11 16:28:03.060] newProject=projectname
[2025-05-11 16:28:03.067] close all node terminals...
[2025-05-11 16:28:03.073] closing node term: node_terminal
[2025-05-11 16:28:03.073] kill pty 0
[2025-05-11 16:28:03.074] do terminal destroy... node_terminal
[2025-05-11 16:28:03.083] START Web Promise CloseProject for test_node
[2025-05-11 16:28:03.108] done code=null
[2025-05-11 16:28:03.128] destroyed 4
[2025-05-11 16:28:03.137] UNLOAD FROM APP CONNECT
[2025-05-11 16:28:03.161] destroyed 5
[2025-05-11 16:28:03.170] UNLOAD FROM APP CONNECT
[2025-05-11 16:28:03.192] run UNLOAD Server Connect ....
[2025-05-11 16:28:03.200] SERVER CONNECT Unload DONE
[2025-05-11 16:28:03.322] destroyed 65
[2025-05-11 16:28:03.330] UNLOAD FROM APP CONNECT
[2025-05-11 16:28:03.355] destroyed 66
[2025-05-11 16:28:03.363] UNLOAD FROM APP CONNECT
[2025-05-11 16:28:03.596] START Web CloseProject for test_node
[2025-05-11 16:28:03.596] close all node terminals...
[2025-05-11 16:28:03.597] setCurrentProject: in Electron, LOCAL_SERVER=
[2025-05-11 16:28:03.597] main setCurrentProject projectName=projectname
[2025-05-11 16:28:03.597] MAIN: projects changed, new project: projectname
[2025-05-11 16:28:03.625] New project routes loaded...
[2025-05-11 16:28:03.639]  project changed - update count
[2025-05-11 16:28:03.640] gitManager project change: projectname
[2025-05-11 16:28:03.654]  project changed - refresh resource manager
[2025-05-11 16:28:03.654] PagesManager project change to: projectname
[2025-05-11 16:28:03.654] project projectname, this.serverType=node
[2025-05-11 16:28:03.666] START openProject, project=projectname
[2025-05-11 16:28:03.732] web-contents-created webview
[2025-05-11 16:28:03.854] web-contents-created webview
[2025-05-11 16:28:04.377] NW PRELOAD script ....
[2025-05-11 16:28:04.377] IS_BETA=true
[2025-05-11 16:28:04.646] New project routes loaded...
[2025-05-11 16:28:04.695] START Web OpenProject for projectname
[2025-05-11 16:28:04.696]  open project active target: Development
[2025-05-11 16:28:04.696] START checkProject
[2025-05-11 16:28:04.725] after copy files serverType= node
[2025-05-11 16:28:04.726] Auto start on project open
[2025-05-11 16:28:04.749] create new wappler terminal
[2025-05-11 16:28:05.182] APP_CONNECT: Trigger EVENT rulesLoaded
[2025-05-11 16:28:05.195] INIT actionsTree...
[2025-05-11 16:28:05.225] START APP_CONNECT initTree
[2025-05-11 16:28:05.226] APP_CONNECT: Setup listeners ...
[2025-05-11 16:28:05.232] APP_CONNECT: LOAD RULES
[2025-05-11 16:28:05.358] APP_CONNECT: Parse all rules...
[2025-05-11 16:28:05.358] load custom app connect extensions
[2025-05-11 16:28:05.390] START detectUsedFrameworks
[2025-05-11 16:28:05.424] TREE READY!
[2025-05-11 16:28:05.424] App Connect Ready
[2025-05-11 16:28:05.424] START updateAppConnectUsedComponents
[2025-05-11 16:28:05.442] update components attribute on content page ...
[2025-05-11 16:28:05.487] start file prioritizing ...
[2025-05-11 16:28:05.530] onAppConnectReady: updateAppConnectUsedComponents completed!, hasChanges = false
[2025-05-11 16:28:05.578] target app files copy success!
[2025-05-11 16:28:06.119] 
Connected!
[2025-05-11 16:28:06.254] Is Loading, wait...
[2025-05-11 16:28:09.114] web-contents-created webview
[2025-05-11 16:28:09.568] NW PRELOAD script ....
[2025-05-11 16:28:09.569] IS_BETA=true
[2025-05-11 16:28:09.867] APP_CONNECT: Trigger EVENT rulesLoaded
[2025-05-11 16:28:09.875] INIT actionsTree...
[2025-05-11 16:28:09.886] START APP_CONNECT initTree
[2025-05-11 16:28:09.886] APP_CONNECT: Setup listeners ...
[2025-05-11 16:28:09.888] APP_CONNECT: LOAD RULES
[2025-05-11 16:28:09.961] APP_CONNECT: Parse all rules...
[2025-05-11 16:28:09.961] load custom app connect extensions
[2025-05-11 16:28:09.991] START detectUsedFrameworks
[2025-05-11 16:28:10.010] TREE READY!
[2025-05-11 16:28:10.010] App Connect Ready
[2025-05-11 16:28:10.010] START updateAppConnectUsedComponents
[2025-05-11 16:28:10.027] update components attribute on content page ...
[2025-05-11 16:28:10.102] start file prioritizing ...
[2025-05-11 16:28:10.103] onAppConnectReady: updateAppConnectUsedComponents completed!, hasChanges = false
[2025-05-11 16:28:13.899] Missing file C:\xampp\htdocs\projectname\public\bootstrap\5\css\bootstrap.min.css.map
[2025-05-11 16:28:13.899] Failed to load sourcemap at file:///C:/xampp/htdocs/projectname/public/bootstrap/5/css/bootstrap.min.css.map SyntaxError: Unexpected end of JSON input
    at JSON.parse (<anonymous>)
    at file:///C:/Users/Fran/AppData/Local/Wappler%20Beta/resources/app/Shared/DMXzone/dmxAppCreator/UI/styleEditor.js:1:19426
    at async Promise.all (index 0)
    at async W.parseStyleSheet (file:///C:/Users/Fran/AppData/Local/Wappler%20Beta/resources/app/Shared/DMXzone/dmxAppCreator/UI/styleEditor.js:1:19852)
    at async file:///C:/Users/Fran/AppData/Local/Wappler%20Beta/resources/app/Shared/DMXzone/dmxAppCreator/UI/styleEditor.js:1:20208
    at async Promise.all (index 0)
    at async K.getStyleNode (file:///C:/Users/Fran/AppData/Local/Wappler%20Beta/resources/app/Shared/DMXzone/dmxAppCreator/UI/styleEditorSimple.js:1:23496)
    at async K.refresh (file:///C:/Users/Fran/AppData/Local/Wappler%20Beta/resources/app/Shared/DMXzone/dmxAppCreator/UI/styleEditorSimple.js:1:46495)
[2025-05-11 16:28:16.937] web-contents-created webview
[2025-05-11 16:28:17.389] NW PRELOAD script ....
[2025-05-11 16:28:17.389] IS_BETA=true
[2025-05-11 16:28:17.788] APP_CONNECT: Trigger EVENT rulesLoaded
[2025-05-11 16:28:17.795] INIT actionsTree...
[2025-05-11 16:28:17.821] START APP_CONNECT initTree
[2025-05-11 16:28:17.821] APP_CONNECT: Setup listeners ...
[2025-05-11 16:28:17.831] APP_CONNECT: LOAD RULES
[2025-05-11 16:28:17.899] APP_CONNECT: Parse all rules...
[2025-05-11 16:28:17.899] load custom app connect extensions
[2025-05-11 16:28:17.931] START detectUsedFrameworks
[2025-05-11 16:28:17.958] TREE READY!
[2025-05-11 16:28:17.958] App Connect Ready
[2025-05-11 16:28:17.958] START updateAppConnectUsedComponents
[2025-05-11 16:28:17.974] update components attribute on content page ...
[2025-05-11 16:28:18.023] start file prioritizing ...
[2025-05-11 16:28:18.023] onAppConnectReady: updateAppConnectUsedComponents completed!, hasChanges = false
[2025-05-11 16:28:22.690] web-contents-created webview
[2025-05-11 16:28:23.159] NW PRELOAD script ....
[2025-05-11 16:28:23.159] IS_BETA=true
[2025-05-11 16:28:23.449] APP_CONNECT: Trigger EVENT rulesLoaded
[2025-05-11 16:28:23.457] INIT actionsTree...
[2025-05-11 16:28:23.467] START APP_CONNECT initTree
[2025-05-11 16:28:23.468] APP_CONNECT: Setup listeners ...
[2025-05-11 16:28:23.472] APP_CONNECT: LOAD RULES
[2025-05-11 16:28:23.549] APP_CONNECT: Parse all rules...
[2025-05-11 16:28:23.549] load custom app connect extensions
[2025-05-11 16:28:23.580] START detectUsedFrameworks
[2025-05-11 16:28:23.601] TREE READY!
[2025-05-11 16:28:23.601] App Connect Ready
[2025-05-11 16:28:23.601] START updateAppConnectUsedComponents
[2025-05-11 16:28:23.602] onAppConnectReady: updateAppConnectUsedComponents completed!, hasChanges = false
[2025-05-11 16:28:26.127] web-contents-created webview
[2025-05-11 16:28:26.627] NW PRELOAD script ....
[2025-05-11 16:28:26.627] IS_BETA=true
[2025-05-11 16:28:26.897] web-contents-created webview
[2025-05-11 16:28:27.434] NW PRELOAD script ....
[2025-05-11 16:28:27.434] IS_BETA=true
[2025-05-11 16:28:27.724] APP_CONNECT: Trigger EVENT rulesLoaded
[2025-05-11 16:28:27.731] INIT actionsTree...
[2025-05-11 16:28:27.741] START APP_CONNECT initTree
[2025-05-11 16:28:27.741] APP_CONNECT: Setup listeners ...
[2025-05-11 16:28:27.752] APP_CONNECT: Trigger EVENT rulesLoaded
[2025-05-11 16:28:27.759] INIT actionsTree...
[2025-05-11 16:28:27.764] APP_CONNECT: LOAD RULES
[2025-05-11 16:28:27.838] APP_CONNECT: Parse all rules...
[2025-05-11 16:28:27.838] load custom app connect extensions
[2025-05-11 16:28:27.867] START detectUsedFrameworks
[2025-05-11 16:28:27.895] START APP_CONNECT initTree
[2025-05-11 16:28:27.895] APP_CONNECT: Setup listeners ...
[2025-05-11 16:28:27.902] TREE READY!
[2025-05-11 16:28:27.902] App Connect Ready
[2025-05-11 16:28:27.902] START updateAppConnectUsedComponents
[2025-05-11 16:28:27.918] update components attribute on content page ...
[2025-05-11 16:28:27.966] start file prioritizing ...
[2025-05-11 16:28:27.967] onAppConnectReady: updateAppConnectUsedComponents completed!, hasChanges = false
[2025-05-11 16:28:27.973] APP_CONNECT: LOAD RULES
[2025-05-11 16:28:28.047] APP_CONNECT: Parse all rules...
[2025-05-11 16:28:28.047] load custom app connect extensions
[2025-05-11 16:28:28.077] START detectUsedFrameworks
[2025-05-11 16:28:28.099] TREE READY!
[2025-05-11 16:28:28.099] App Connect Ready
[2025-05-11 16:28:28.099] START updateAppConnectUsedComponents
[2025-05-11 16:28:28.115] update components attribute on content page ...
[2025-05-11 16:28:28.149] start file prioritizing ...
[2025-05-11 16:28:28.149] onAppConnectReady: updateAppConnectUsedComponents completed!, hasChanges = false
[2025-05-11 16:28:32.225] web-contents-created webview
[2025-05-11 16:28:32.735] NW PRELOAD script ....
[2025-05-11 16:28:32.735] IS_BETA=true
[2025-05-11 16:28:33.283] web-contents-created webview
[2025-05-11 16:28:34.037] NW PRELOAD script ....
[2025-05-11 16:28:34.038] IS_BETA=true
[2025-05-11 16:28:34.164] web-contents-created webview
[2025-05-11 16:28:34.332] web-contents-created webview
[2025-05-11 16:28:34.670] web-contents-created webview
[2025-05-11 16:28:35.199] NW PRELOAD script ....
[2025-05-11 16:28:35.199] IS_BETA=true
[2025-05-11 16:28:35.620] NW PRELOAD script ....
[2025-05-11 16:28:35.620] IS_BETA=true
[2025-05-11 16:28:36.499] NW PRELOAD script ....
[2025-05-11 16:28:36.499] IS_BETA=true
[2025-05-11 16:28:37.146] APP_CONNECT: Trigger EVENT rulesLoaded
[2025-05-11 16:28:37.153] INIT actionsTree...
[2025-05-11 16:28:37.196] START APP_CONNECT initTree
[2025-05-11 16:28:37.196] APP_CONNECT: Setup listeners ...
[2025-05-11 16:28:37.211] APP_CONNECT: LOAD RULES
[2025-05-11 16:28:37.287] APP_CONNECT: Parse all rules...
[2025-05-11 16:28:37.287] load custom app connect extensions
[2025-05-11 16:28:37.325] START detectUsedFrameworks
[2025-05-11 16:28:37.353] APP_CONNECT: Trigger EVENT rulesLoaded
[2025-05-11 16:28:37.359] INIT actionsTree...
[2025-05-11 16:28:37.381] TREE READY!
[2025-05-11 16:28:37.382] App Connect Ready
[2025-05-11 16:28:37.382] START updateAppConnectUsedComponents
[2025-05-11 16:28:37.397] update components attribute on content page ...
[2025-05-11 16:28:37.431] start file prioritizing ...
[2025-05-11 16:28:37.431] onAppConnectReady: updateAppConnectUsedComponents completed!, hasChanges = false
[2025-05-11 16:28:37.452] START APP_CONNECT initTree
[2025-05-11 16:28:37.452] APP_CONNECT: Setup listeners ...
[2025-05-11 16:28:37.462] APP_CONNECT: Trigger EVENT rulesLoaded
[2025-05-11 16:28:37.469] INIT actionsTree...
[2025-05-11 16:28:37.474] APP_CONNECT: Trigger EVENT rulesLoaded
[2025-05-11 16:28:37.480] INIT actionsTree...
[2025-05-11 16:28:37.490] APP_CONNECT: LOAD RULES
[2025-05-11 16:28:37.568] APP_CONNECT: Parse all rules...
[2025-05-11 16:28:37.569] load custom app connect extensions
[2025-05-11 16:28:37.599] START detectUsedFrameworks
[2025-05-11 16:28:37.613] APP_CONNECT: Trigger EVENT rulesLoaded
[2025-05-11 16:28:37.619] INIT actionsTree...
[2025-05-11 16:28:37.627] START APP_CONNECT initTree
[2025-05-11 16:28:37.627] APP_CONNECT: Setup listeners ...
[2025-05-11 16:28:37.643] START APP_CONNECT initTree
[2025-05-11 16:28:37.643] APP_CONNECT: Setup listeners ...
[2025-05-11 16:28:37.646] TREE READY!
[2025-05-11 16:28:37.646] App Connect Ready
[2025-05-11 16:28:37.646] START updateAppConnectUsedComponents
[2025-05-11 16:28:37.647] onAppConnectReady: updateAppConnectUsedComponents completed!, hasChanges = false
[2025-05-11 16:28:37.655] START APP_CONNECT initTree
[2025-05-11 16:28:37.656] APP_CONNECT: Setup listeners ...
[2025-05-11 16:28:37.658] APP_CONNECT: LOAD RULES
[2025-05-11 16:28:37.738] APP_CONNECT: Parse all rules...
[2025-05-11 16:28:37.738] load custom app connect extensions
[2025-05-11 16:28:37.776] START detectUsedFrameworks
[2025-05-11 16:28:37.802] APP_CONNECT: LOAD RULES
[2025-05-11 16:28:37.882] APP_CONNECT: Parse all rules...
[2025-05-11 16:28:37.882] load custom app connect extensions
[2025-05-11 16:28:37.912] START detectUsedFrameworks
[2025-05-11 16:28:37.928] APP_CONNECT: LOAD RULES
[2025-05-11 16:28:38.011] APP_CONNECT: Parse all rules...
[2025-05-11 16:28:38.011] load custom app connect extensions
[2025-05-11 16:28:38.043] START detectUsedFrameworks
[2025-05-11 16:28:38.085] TREE READY!
[2025-05-11 16:28:38.085] App Connect Ready
[2025-05-11 16:28:38.085] START updateAppConnectUsedComponents
[2025-05-11 16:28:38.101] update components attribute on content page ...
[2025-05-11 16:28:38.143] start file prioritizing ...
[2025-05-11 16:28:38.143] onAppConnectReady: updateAppConnectUsedComponents completed!, hasChanges = false
[2025-05-11 16:28:38.151] TREE READY!
[2025-05-11 16:28:38.152] App Connect Ready
[2025-05-11 16:28:38.152] START updateAppConnectUsedComponents
[2025-05-11 16:28:38.167] update components attribute on content page ...
[2025-05-11 16:28:38.201] start file prioritizing ...
[2025-05-11 16:28:38.202] onAppConnectReady: updateAppConnectUsedComponents completed!, hasChanges = false
[2025-05-11 16:28:38.213] TREE READY!
[2025-05-11 16:28:38.213] App Connect Ready
[2025-05-11 16:28:38.214] START updateAppConnectUsedComponents
[2025-05-11 16:28:38.214] onAppConnectReady: updateAppConnectUsedComponents completed!, hasChanges = false
[2025-05-11 16:28:38.790] web-contents-created webview
[2025-05-11 16:28:39.337] NW PRELOAD script ....
[2025-05-11 16:28:39.337] IS_BETA=true
[2025-05-11 16:28:39.452] web-contents-created webview
[2025-05-11 16:28:40.201] NW PRELOAD script ....
[2025-05-11 16:28:40.201] IS_BETA=true
[2025-05-11 16:28:40.628] APP_CONNECT: Trigger EVENT rulesLoaded
[2025-05-11 16:28:40.635] INIT actionsTree...
[2025-05-11 16:28:40.645] START APP_CONNECT initTree
[2025-05-11 16:28:40.645] APP_CONNECT: Setup listeners ...
[2025-05-11 16:28:40.669] APP_CONNECT: LOAD RULES
[2025-05-11 16:28:40.754] APP_CONNECT: Parse all rules...
[2025-05-11 16:28:40.754] load custom app connect extensions
[2025-05-11 16:28:40.795] START detectUsedFrameworks
[2025-05-11 16:28:40.836] APP_CONNECT: Trigger EVENT rulesLoaded
[2025-05-11 16:28:40.844] INIT actionsTree...
[2025-05-11 16:28:40.853] TREE READY!
[2025-05-11 16:28:40.853] App Connect Ready
[2025-05-11 16:28:40.853] START updateAppConnectUsedComponents
[2025-05-11 16:28:40.853] onAppConnectReady: updateAppConnectUsedComponents completed!, hasChanges = false
[2025-05-11 16:28:40.857] START APP_CONNECT initTree
[2025-05-11 16:28:40.857] APP_CONNECT: Setup listeners ...
[2025-05-11 16:28:40.860] APP_CONNECT: LOAD RULES
[2025-05-11 16:28:40.949] APP_CONNECT: Parse all rules...
[2025-05-11 16:28:40.949] load custom app connect extensions
[2025-05-11 16:28:40.981] START detectUsedFrameworks
[2025-05-11 16:28:41.098] TREE READY!
[2025-05-11 16:28:41.098] App Connect Ready
[2025-05-11 16:28:41.098] START updateAppConnectUsedComponents
[2025-05-11 16:28:41.099] onAppConnectReady: updateAppConnectUsedComponents completed!, hasChanges = false
[2025-05-11 16:28:56.655] Main window focused: 2

Fixed in Wappler 7 beta 31.

This is still an issue on v31:

This is the log:

[2025-05-15 19:12:18.954] nativeTheme.shouldUseDarkColors = true
[2025-05-15 19:12:18.956] accent color=006fc7e3
[2025-05-15 19:12:19.003] (electron) 'session.getPreloads' is deprecated and will be removed. Please use 'session.getPreloadScripts' instead.
[2025-05-15 19:12:19.003] (electron) 'session.setPreloads' is deprecated and will be removed. Please use 'session.registerPreloadScript' instead.
[2025-05-15 19:12:19.005] beta configPath=C:\Users\Fran\AppData\Roaming\wappler\Configuration
[2025-05-15 19:12:19.005] org configPath=C:\Users\Fran\AppData\Roaming\Wappler\Configuration
[2025-05-15 19:12:19.008] OPEN_PROJECTS=projectname
[2025-05-15 19:12:19.009] ACTIVE_THEME=default
[2025-05-15 19:12:19.009] IS_DARK_THEME=true
[2025-05-15 19:12:19.238] appPath=C:\Users\Fran\AppData\Local\Wappler Beta\resources\app
[2025-05-15 19:12:19.238] START MAIN!
[2025-05-15 19:12:19.238] userData = C:\Users\Fran\AppData\Roaming\wappler
[2025-05-15 19:12:19.238] PRELOAD: C:\Users\Fran\AppData\Local\Wappler Beta\resources\app\Shared\DMXzone\dmxAppCreator\UI\nw_preload.js
[2025-05-15 19:12:19.302] START showSplash
[2025-05-15 19:12:19.316] web-contents-created window
[2025-05-15 19:12:19.336] LOAD start up
[2025-05-15 19:12:19.351] splash  - done
[2025-05-15 19:12:19.566] NW PRELOAD script ....
[2025-05-15 19:12:19.567] IS_BETA=true
[2025-05-15 19:12:19.687] REGISTERED WITH ONESIGNAL
[2025-05-15 19:12:19.715] START startup.js....
[2025-05-15 19:12:19.715] mac datapath=C:\Users\Fran\AppData\Roaming/wappler
[2025-05-15 19:12:19.716] wappler 22 dataPath=C:\Users\Fran\AppData\Roaming/wappler
[2025-05-15 19:12:19.716] currentPath=C:\Users\Fran\AppData\Local\Wappler Beta\resources\app
[2025-05-15 19:12:19.718] copy package.json
[2025-05-15 19:12:19.719] package.json copied
[2025-05-15 19:12:19.720] copy appConnect rules
[2025-05-15 19:12:19.720] copy appConnect extra rules
[2025-05-15 19:12:19.727] SPLASH READY TO SHOW!
[2025-05-15 19:12:19.736] copy appConnect extra files
[2025-05-15 19:12:19.752] DONE
[2025-05-15 19:12:19.752] MAIN EXTENSIONS INSTALLED:  DONE
[2025-05-15 19:12:19.752] START Setup Tray, path=C:\Users\Fran\AppData\Local\Wappler Beta\resources\app\Shared\DMXzone\dmxAppCreator\UI\img\icon5-beta.ico
[2025-05-15 19:12:19.773] DONE Setup Tray
[2025-05-15 19:12:19.773] Open Editor... project=projectname
[2025-05-15 19:12:19.773] Create main window: 1 projectname
[2025-05-15 19:12:19.783] web-contents-created window
[2025-05-15 19:12:19.784] set active project: projectname
[2025-05-15 19:12:21.312] NW PRELOAD script ....
[2025-05-15 19:12:21.313] IS_BETA=true
[2025-05-15 19:12:21.959] MainWindow: SET Active Project: projectname
[2025-05-15 19:12:21.959] MainWindow: SET Main Window ID: 2
[2025-05-15 19:12:23.916] BROWSER: initWapplerUI: ACTIVE_PROJECT=projectname
[2025-05-15 19:12:24.011] MAIN READ TO SHOW!
[2025-05-15 19:12:24.012] do show mainWindow...
[2025-05-15 19:12:24.024] destroy splash
[2025-05-15 19:12:24.026] Check for updates, current version: 7.0.0-beta.31
[2025-05-15 19:12:24.027] Main window focused: 2
[2025-05-15 19:12:24.028] MAIN EXEC SET ACTIVE PROJECT!
[2025-05-15 19:12:24.035] set active project done
[2025-05-15 19:12:24.067] BROWSER: initUI Rules loaded
[2025-05-15 19:12:24.091] splash closed
[2025-05-15 19:12:24.335] init serverConnectManager
[2025-05-15 19:12:24.411] DONE BrowserInit
[2025-05-15 19:12:24.672] Preloading Data Bindings Picker ...
[2025-05-15 19:12:24.674] OPEN popup: PopupWindow_2_dataBindingsPickup
[2025-05-15 19:12:24.679] web-contents-created window
[2025-05-15 19:12:24.685] GOT DID CREATE window: PopupWindow_2_dataBindingsPickup
[2025-05-15 19:12:24.709] online version: 7.0.0-beta.31
[2025-05-15 19:12:24.871] routes loaded...
[2025-05-15 19:12:24.875] [LOCALSERVER] LOCAL SERVER in Electron
Server started on port 59038

[2025-05-15 19:12:25.049] NW PRELOAD script ....
[2025-05-15 19:12:25.049] IS_BETA=true
[2025-05-15 19:12:25.080] SELECT manager gitManager
[2025-05-15 19:12:25.082] Git Manager Render
[2025-05-15 19:12:25.159] REGISTERED WITH ONESIGNAL
[2025-05-15 19:12:25.162] bad on signal response code: 400
[2025-05-15 19:12:25.162]  body: {"errors":["App is limited to a maximum of 3 tags on a given player"],"success":false}
[2025-05-15 19:12:25.162]  url: players/cda786ae-217d-431f-ba14-27713bf1fefa
[2025-05-15 19:12:25.162]  data: {"app_id":"10c18666-f7f4-437c-bc8f-8435505b53cb","tags":{"projects":130}}
[2025-05-15 19:12:25.348] check path: C:\Users\Fran\AppData\Local\Wappler Beta\resources\app\extensions\extensions.json
[2025-05-15 19:12:25.349] Online Update for stable found :119
[2025-05-15 19:12:25.349] extensionsToInstall[stable]= []
[2025-05-15 19:12:25.389] web-contents-created webview
[2025-05-15 19:12:25.559] web-contents-created webview
[2025-05-15 19:12:25.731] web-contents-created webview
[2025-05-15 19:12:25.872] web-contents-created webview
[2025-05-15 19:12:25.965] check path: C:\Users\Fran\AppData\Local\Wappler Beta\resources\app\extensions\beta\extensions.json
[2025-05-15 19:12:25.965] Online Update for beta found :1
[2025-05-15 19:12:25.965] extensionsToInstall[beta]= []
[2025-05-15 19:12:26.005] web-contents-created webview
[2025-05-15 19:12:26.126] web-contents-created webview
[2025-05-15 19:12:26.271] web-contents-created webview
[2025-05-15 19:12:26.389] web-contents-created webview
[2025-05-15 19:12:26.510] web-contents-created webview
[2025-05-15 19:12:26.633] web-contents-created webview
[2025-05-15 19:12:26.750] web-contents-created webview
[2025-05-15 19:12:26.868] web-contents-created webview
[2025-05-15 19:12:26.990] web-contents-created webview
[2025-05-15 19:12:27.107] web-contents-created webview
[2025-05-15 19:12:27.519] START getCredentials...tries=4
[2025-05-15 19:12:28.033] Main window focused: 2
[2025-05-15 19:12:28.100] NW PRELOAD script ....
[2025-05-15 19:12:28.100] IS_BETA=true
[2025-05-15 19:12:31.348] NW PRELOAD script ....
[2025-05-15 19:12:31.348] IS_BETA=true
[2025-05-15 19:12:31.362] PICKUP init!
[2025-05-15 19:12:31.362] ACTIONS_BASE_PATH=null
[2025-05-15 19:12:31.362] EXPRESSION=
[2025-05-15 19:12:31.362] ENCLOSE=false
[2025-05-15 19:12:31.362] BASE_PATH=
[2025-05-15 19:12:31.362]  BASE_PATH=
[2025-05-15 19:12:31.376] START PICKER initTree
[2025-05-15 19:12:31.415] Trying to get credentials for https://github.com/fran********* using 
[2025-05-15 19:12:31.415] tries: 4
[2025-05-15 19:12:31.416] gitProviderName=github
[2025-05-15 19:12:31.416] found access token - use it
[2025-05-15 19:12:31.416] github login...
[2025-05-15 19:12:31.444] APP_CONNECT: LOAD RULES
[2025-05-15 19:12:31.478] getAbsoluteDocumentPath: window.Editor not available
[2025-05-15 19:12:31.479] getDocumentPath:  window.Editor not available
[2025-05-15 19:12:31.487] getAbsoluteDocumentPath: window.Editor not available
[2025-05-15 19:12:31.487] getDocumentPath:  window.Editor not available
[2025-05-15 19:12:31.511] APP_CONNECT: Parse all rules...
[2025-05-15 19:12:31.511] load custom app connect extensions
[2025-05-15 19:12:31.553] START Web OpenProject for projectname
[2025-05-15 19:12:31.553]  open project active target: Development
[2025-05-15 19:12:31.553] START checkProject
[2025-05-15 19:12:31.581] after copy files serverType= node
[2025-05-15 19:12:31.656] tree ready
[2025-05-15 19:12:31.657] org expression = 
[2025-05-15 19:12:31.657] get from js
[2025-05-15 19:12:31.817] APP_CONNECT: Trigger EVENT rulesLoaded
[2025-05-15 19:12:31.830] INIT actionsTree...
[2025-05-15 19:12:31.862] START APP_CONNECT initTree
[2025-05-15 19:12:31.862] APP_CONNECT: Setup listeners ...
[2025-05-15 19:12:31.880] APP_CONNECT: LOAD RULES
[2025-05-15 19:12:31.960] APP_CONNECT: Parse all rules...
[2025-05-15 19:12:31.960] load custom app connect extensions
[2025-05-15 19:12:31.998] START detectUsedFrameworks
[2025-05-15 19:12:32.070] TREE READY!
[2025-05-15 19:12:32.070] App Connect Ready
[2025-05-15 19:12:32.071] START updateAppConnectUsedComponents
[2025-05-15 19:12:32.104] update components attribute on content page ...
[2025-05-15 19:12:32.164] start file prioritizing ...
[2025-05-15 19:12:32.217] onAppConnectReady: updateAppConnectUsedComponents completed!, hasChanges = false
[2025-05-15 19:12:32.240] APP_CONNECT: Trigger EVENT rulesLoaded
[2025-05-15 19:12:32.248] INIT actionsTree...
[2025-05-15 19:12:32.270] target app files copy success!
[2025-05-15 19:12:32.342] START APP_CONNECT initTree
[2025-05-15 19:12:32.342] APP_CONNECT: Setup listeners ...
[2025-05-15 19:12:32.436] APP_CONNECT: LOAD RULES
[2025-05-15 19:12:32.514] APP_CONNECT: Parse all rules...
[2025-05-15 19:12:32.514] load custom app connect extensions
[2025-05-15 19:12:32.548] START detectUsedFrameworks
[2025-05-15 19:12:32.642] TREE READY!
[2025-05-15 19:12:32.642] App Connect Ready
[2025-05-15 19:12:32.643] START updateAppConnectUsedComponents
[2025-05-15 19:12:32.809] start file prioritizing ...
[2025-05-15 19:12:32.885] onAppConnectReady: updateAppConnectUsedComponents completed!, hasChanges = false
[2025-05-15 19:12:34.048] Auto start on project open
[2025-05-15 19:12:34.082] create new wappler terminal
[2025-05-15 19:12:35.196] 
Connected!
[2025-05-15 19:12:39.745] Main window focused: 2
[2025-05-15 19:12:40.841] NW PRELOAD script ....
[2025-05-15 19:12:40.841] IS_BETA=true
[2025-05-15 19:12:40.934] APP_CONNECT: Trigger EVENT rulesLoaded
[2025-05-15 19:12:40.942] INIT actionsTree...
[2025-05-15 19:12:40.952] START APP_CONNECT initTree
[2025-05-15 19:12:40.953] APP_CONNECT: Setup listeners ...
[2025-05-15 19:12:40.954] APP_CONNECT: LOAD RULES
[2025-05-15 19:12:41.023] APP_CONNECT: Parse all rules...
[2025-05-15 19:12:41.023] load custom app connect extensions
[2025-05-15 19:12:41.056] START detectUsedFrameworks
[2025-05-15 19:12:41.091] TREE READY!
[2025-05-15 19:12:41.091] App Connect Ready
[2025-05-15 19:12:41.092] START updateAppConnectUsedComponents
[2025-05-15 19:12:41.110] update components attribute on content page ...
[2025-05-15 19:12:41.194] start file prioritizing ...
[2025-05-15 19:12:41.234] onAppConnectReady: updateAppConnectUsedComponents completed!, hasChanges = false
[2025-05-15 19:12:42.155] NW PRELOAD script ....
[2025-05-15 19:12:42.156] IS_BETA=true
[2025-05-15 19:12:42.251] APP_CONNECT: Trigger EVENT rulesLoaded
[2025-05-15 19:12:42.258] INIT actionsTree...
[2025-05-15 19:12:42.271] START APP_CONNECT initTree
[2025-05-15 19:12:42.271] APP_CONNECT: Setup listeners ...
[2025-05-15 19:12:42.273] APP_CONNECT: LOAD RULES
[2025-05-15 19:12:42.345] APP_CONNECT: Parse all rules...
[2025-05-15 19:12:42.345] load custom app connect extensions
[2025-05-15 19:12:42.378] START detectUsedFrameworks
[2025-05-15 19:12:42.423] TREE READY!
[2025-05-15 19:12:42.423] App Connect Ready
[2025-05-15 19:12:42.423] START updateAppConnectUsedComponents
[2025-05-15 19:12:42.440] update components attribute on content page ...
[2025-05-15 19:12:42.493] start file prioritizing ...
[2025-05-15 19:12:42.507] onAppConnectReady: updateAppConnectUsedComponents completed!, hasChanges = false
[2025-05-15 19:12:43.863] NW PRELOAD script ....
[2025-05-15 19:12:43.863] IS_BETA=true
[2025-05-15 19:12:43.954] APP_CONNECT: Trigger EVENT rulesLoaded
[2025-05-15 19:12:43.962] INIT actionsTree...
[2025-05-15 19:12:43.972] START APP_CONNECT initTree
[2025-05-15 19:12:43.973] APP_CONNECT: Setup listeners ...
[2025-05-15 19:12:43.974] APP_CONNECT: LOAD RULES
[2025-05-15 19:12:44.049] APP_CONNECT: Parse all rules...
[2025-05-15 19:12:44.049] load custom app connect extensions
[2025-05-15 19:12:44.082] START detectUsedFrameworks
[2025-05-15 19:12:44.111] TREE READY!
[2025-05-15 19:12:44.112] App Connect Ready
[2025-05-15 19:12:44.112] START updateAppConnectUsedComponents
[2025-05-15 19:12:44.112] onAppConnectReady: updateAppConnectUsedComponents completed!, hasChanges = false
[2025-05-15 19:12:46.229] NW PRELOAD script ....
[2025-05-15 19:12:46.229] IS_BETA=true
[2025-05-15 19:12:46.319] APP_CONNECT: Trigger EVENT rulesLoaded
[2025-05-15 19:12:46.327] INIT actionsTree...
[2025-05-15 19:12:46.338] START APP_CONNECT initTree
[2025-05-15 19:12:46.338] APP_CONNECT: Setup listeners ...
[2025-05-15 19:12:46.340] APP_CONNECT: LOAD RULES
[2025-05-15 19:12:46.413] APP_CONNECT: Parse all rules...
[2025-05-15 19:12:46.413] load custom app connect extensions
[2025-05-15 19:12:46.446] START detectUsedFrameworks
[2025-05-15 19:12:46.481] TREE READY!
[2025-05-15 19:12:46.481] App Connect Ready
[2025-05-15 19:12:46.481] START updateAppConnectUsedComponents
[2025-05-15 19:12:46.499] update components attribute on content page ...
[2025-05-15 19:12:46.552] start file prioritizing ...
[2025-05-15 19:12:46.586] onAppConnectReady: updateAppConnectUsedComponents completed!, hasChanges = false
[2025-05-15 19:12:47.626] NW PRELOAD script ....
[2025-05-15 19:12:47.626] IS_BETA=true
[2025-05-15 19:12:47.705] APP_CONNECT: Trigger EVENT rulesLoaded
[2025-05-15 19:12:47.713] INIT actionsTree...
[2025-05-15 19:12:47.725] START APP_CONNECT initTree
[2025-05-15 19:12:47.725] APP_CONNECT: Setup listeners ...
[2025-05-15 19:12:47.726] APP_CONNECT: LOAD RULES
[2025-05-15 19:12:47.802] APP_CONNECT: Parse all rules...
[2025-05-15 19:12:47.802] load custom app connect extensions
[2025-05-15 19:12:47.835] START detectUsedFrameworks
[2025-05-15 19:12:47.862] TREE READY!
[2025-05-15 19:12:47.862] App Connect Ready
[2025-05-15 19:12:47.862] START updateAppConnectUsedComponents
[2025-05-15 19:12:47.918] update components attribute on content page ...
[2025-05-15 19:12:47.956] start file prioritizing ...
[2025-05-15 19:12:47.957] onAppConnectReady: updateAppConnectUsedComponents completed!, hasChanges = false
[2025-05-15 19:12:49.248] unlock first ...
[2025-05-15 19:12:49.261] show popper: popper
[2025-05-15 19:12:49.335]  START projectsDataProvider
[2025-05-15 19:12:49.340]  START loadAllProjects
[2025-05-15 19:12:50.325] close popper: popper
[2025-05-15 19:12:50.495] Destroy projectManager

And this is the code of the whole page in case it helps:

<!-- Wappler include head-page="layouts/main" fontawesome_5="cdn" bootstrap5="local" is="dmx-app" id="orden" appConnect="local" components="{dmxBootstrap5Alert:{},dmxFormatter:{}}" -->
<dmx-api-datasource id="api1" is="dmx-fetch" dmx-bind:url="'https://api.mydomain.com/api/orders/misordenes/'+query.token" url="https:/api.mydomain.com/api/orders/misordenes/ccf0e402-5fdc-4e14-a7f1-c7f1045c6e71"></dmx-api-datasource>

<div class="fondoDivididoContainer container-fluid">
    <div class="row style20">
        <div class="col-sm-12 col-12 col-xxl-6 col-md-12 col-6">
            <div class="card">
                <div class="card-body mb-3 me-3">
                    <h4 class="card-title itemheader">Detalles</h4>
                    <section class="ordenDetalles">
                        <section class="itemsection">
                            <p class="itemtitle">
                                <i class="fas fa-user-alt itemicon"></i>Destinatario:
                            </p>
                            <p class="itemdetails">{{api1.data.order.customerName}}</p>
                        </section>
                        <section class="itemsection">
                            <p class="itemtitle">
                                <i class="fas fa-at itemicon"></i>Orden 1
                            </p>
                            <p class="itemdetails"></p>
                        </section>
                        <section class="itemsection">
                            <p class="itemtitle">
                                <i class="fab fa-whatsapp itemicon"></i>Orden 2:
                            </p>
                            <p class="itemdetails"></p>
                        </section>
                    </section>


                </div>
            </div>

        </div>
        <div class="col-md-12 col-sm-12 col-12 col-xxl-6">
            <div class="card">

                <div class="card-body">
                    <h4 class="card-title itemheader">Orden #19991 <span class="status statusImpago">Impago</span></h4>
                    <section class="ordenOrden style21" id="ordenOrden">
                        <section class="itemsectionOrden">
                            <p class="itemtitle">
                                <i class="fas fa-store itemicon"></i>Negocio:
                            </p>
                            <p class="itemdetails">{{api1.data.order.name_negocio}}</p>
                        </section>
                        <section class="itemsectionOrden">
                            <p class="itemtitle">
                                <i class="fas fa-align-left itemicon"></i>Producto:
                            </p>
                            <p class="itemdetails">{{api1.data.order.name_productos}}</p>
                        </section>
                        <section class="itemsectionOrden">
                            <p class="itemtitle"><i class="fas fa-money-check-alt itemicon"></i>Precio:</p>
                            <p class="itemdetails">{{api1.data.order.price_b.toNumber().formatCurrency('$', '.', ',', 2)}}</p>
                        </section>
                        <section class="itemsectionOrden"><a href="#" class="btn buybutton mt-2" dmx-bind:href="api1.data.order.init_point">Pagar orden</a></section>
                    </section>


                </div>


            </div>
        </div>

    </div>
</div>



<meta name="ac:route" content="/orden/:token">

This is now fixed in Wappler 7 beta 32.