This one might be hard to debug, unless an error file was automatically sent to you.
The steps I went through:
I created the server, initially with Singapore (noting I had some errors selecting the server sizes as they were not available). This was created fine, and an initial deploy worked.
I then created a DB cluster in the same region, simple Postgres DB setup. I could connect to this fine with external tools (Navicat).
I did nothing for about 1 week, I could guess a Wappler update happened between then and now.
Then attempting to deploy delivered the above error.
Since posting this -
I have deleted all servers in DO, deleted the DB cluster in DO.
Setup a new Server in Sydney region, this time no DB Cluster (just using the internal Docker DB).
I have deployed fine and now all is working - so i’m not really going to be able to help much more in terms of debugging as I deleted all of the servers/clusters. Hope that helps in some way.
May be off here, but out of curiosity can you expose the contents of your docker yaml file? Last time I had a similar error, it was an errant line injected in the yaml and this may help the debugging process. Usual location: {wappler root}/{project root}/.wappler/targets/{target name}/docker-compose.yml
Hi George, recreated this today. It’s definitely the external DB that is causing this issue. Traefik does fix it, but thought it would be worth letting you know for improvements.
@George I’m hitting this error when attempting to downgrade the node version from 18 to 16 or 14 on a remote docker instance. I also have a remote DB, but it looks like this is happening during the web server deployment.