Wappler crashes when deleted API files

Wappler 6 RC 1 | Windows 11 Pro | NodeJS

Hi, everytime I remove an API file Wappler crashes

How to recreated:

  • Create a new API file with any name

image

  • Remove the recently created API file, click on Delete red button:
    image

  • Then, Wappler crash.

image

  • After reopen Wapler the recently API file created get actually removed.

This is from logs using logging:

[2023-11-20 09:30:49.813] [LOCAL-SERVER-stderr] Error: socket hang up
at connResetException (node:internal/errors:720:14)
at Socket.socketOnEnd (node:_http_client:525:23)
at Socket.emit (node:events:526:35)
at endReadableNT (node:internal/streams/readable:1359:12)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
code: ‘ECONNRESET’
}

[2023-11-20 09:30:51.813] [LOCAL-SERVER-stderr] Error: socket hang up
    at connResetException (node:internal/errors:720:14)
    at Socket.socketOnEnd (node:_http_client:525:23)
    at Socket.emit (node:events:526:35)
    at endReadableNT (node:internal/streams/readable:1359:12)
    at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
  code: 'ECONNRESET'
}

[2023-11-20 09:30:52.232] mainWindow closed
[2023-11-20 09:30:52.233] kill local dev server pid=46804
[2023-11-20 09:30:52.233] got will-quit
[2023-11-20 09:30:52.234] crash reason: Wappler process crashed.
[2023-11-20 09:30:56.460] got will-quit

This should be now fixed in Wappler 6 RC2

This topic was automatically closed after 27 hours. New replies are no longer allowed.