Little bug using new "Edit server connect pencil"

W10
Wappler 6.6.1
PHP

I have a difficult one here:

When on development target:

  1. Pencil to the API file
  2. Edit the API file
  3. On save I expect: Save & Upload
    But it only see this printed:

image

The workaround is closing the file, then open it again from the API tree panel on the left and then I can save the file & upload it.

In case you wonder, I use the development target for uploading on real time (save + upload) to an internal server, and then do some testing before the production server.

Wappler log:

[2024-06-02 21:40:04.056] SELECT PATH: file:///C:/xampp/htdocs/myproject/dmxConnect/api/test/testmobile6/queryvalue.php
[2024-06-02 21:40:05.622] got popup hide for PopupWindow_1717375203778
[2024-06-02 21:40:05.621] run UNLOAD Server Connect ....
[2024-06-02 21:40:05.936] got popup close for PopupWindow_1717375203778
[2024-06-02 21:40:06.002] got child state on closed
[2024-06-02 21:40:06.533] open actionUrl=/dmxConnect/api/test/testmobile6/queryvalue.php
[2024-06-02 21:40:06.537] open actionFile=file:///C:/xampp/htdocs/myproject//dmxConnect/api/test/testmobile6/queryvalue.php
[2024-06-02 21:40:06.689] (node:14396) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 destroyed listeners added to [WebContents]. Use emitter.setMaxListeners() to increase limit
(Use `Wappler --trace-warnings ...` to show where the warning was created)
[2024-06-02 21:40:06.692] NW PRELOAD script ....
[2024-06-02 21:40:06.692] IS_BETA=false
[2024-06-02 21:40:06.824] SERVER CONNECT: init
[2024-06-02 21:40:06.824] START getInitialLayout window width=1462
[2024-06-02 21:40:06.847] START initActionsTree
[2024-06-02 21:40:06.851] ready.jstree
[2024-06-02 21:40:06.851] Server Connect iFrame loaded, editor
[2024-06-02 21:40:06.856] The vm module of Node.js is deprecated in the renderer process and will be removed.
[2024-06-02 21:40:06.890] DONE Server Connect loadRules ...
[2024-06-02 21:40:06.890] load custom extensions
[2024-06-02 21:40:07.621] Server Connect Editor: SAVE: C:\xampp\htdocs\myproject\\dmxConnect\api\test\testmobile6\queryvalue.php
[2024-06-02 21:40:07.622] START inspectConnectionFile, fileName=internal, siteName=undefined, target=undefined, CURRENT_SERVER_TYPE=PHP
[2024-06-02 21:40:07.627] inspect=file:///C:/xampp/htdocs/myproject/dmxConnect/modules/Connections/internal.php
[2024-06-02 21:40:07.629] START inspectConnectionFile, fileName=internal, siteName=undefined, target=undefined, CURRENT_SERVER_TYPE=PHP
[2024-06-02 21:40:07.633] inspect=file:///C:/xampp/htdocs/myproject/dmxConnect/modules/Connections/internal.php
[2024-06-02 21:40:07.662] START: e[36mStart upload for /dmxConnect/api/test/testmobile6/queryvalue.phpe[39m
[2024-06-02 21:40:10.645] START: e[36mStart upload for /dmxConnect/api/test/testmobile6/queryvalue.phpe[39m

As you can see there's an extra /

myproject//dmxConnect

Bump

Fixed in Wappler 6.7.1

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.