Database errors since version 3.7.4

Wappler Version : 3.7.4
Operating System : WIN10PRO
Server Model: NODEJS12
Database Type: Postgres
Hosting Type: Docker local/remote

Since updating Wappler to version 3.7.4 database connection errors occur:

  1. When loading changes, this message shows:
    image

  2. It’s unable to connect when the refresh button is clicked.

When starting Wappler this error is shown in the console:

Starting db  ... error
Starting web ... error

ERROR: for db  Cannot start service db: Ports are not available: unable to list exposed ports: Get "http://unix/forwards/list": context deadline exceeded (Client.Timeout exceeded while awaiting headers)`

Also, after re-applying the docker target settings (it starts querying the database schema again then, which results in “Unable to connect…” message) and re-deploying the project, this output is returned:

Recreating 0dedc66caed9_projectname__development_db_1 ... error
ERROR: for 0dedc66caed9_projectname__development_db_1  Cannot start service db: Ports are not available: unable to list exposed ports: Get "http://unix/forwards/list": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
ERROR: for db  Cannot start service db: Ports are not available: unable to list exposed ports: Get "http://unix/forwards/list": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
ERROR: Encountered errors while bringing up the project.
Error Launching Services!

I tried reverting back to previous deploys of the project also, but that didn’t help either so I am quite sure it’s due to the Wappler 3.7.4 update.

Thanks for any help, please let me know if you need more information.

Community Page
Last updated: