Wappler Version : 5.8.1
Operating System : macOS Ventura 13.4 (M1 Pro)
Server Model: NodeJS
Database Type: MySQL
Hosting Type: Localhost
After updating to wappler 5.8.1 on my Mac server connect queries that uses sockets, aren’t working… If I delete the sockets="true" statement from my server connect element, the query works correctly
Still not working.
Now I have this error:
Unchecked runtime.lastError: A listener indicated an asynchronous response by returning true, but the message channel closed before a response was received
Yes, you right, something is wrong here.
Like I said, normal Docker configuration works if server type is Docker at least for me.
This allow to Docker Desktop to create all neccesary images, etc, etc, in your case your are using Docker but the docker-compose.yml is missing. I don’t understand how your project get deploy without this file.
Maybe @George or @patrick can help here.
Basically redis runs over a docker image in my local machine under port 6379. Maybe I could try recreating docker virtual machine if I get a look to that compose file.