Guys,
My app crashed…When deploying I got:
Recreating 18c488c66c89_webapp__newproductionserver_db_1 ... error
ERROR: for db Cannot create container for service db: json: cannot unmarshal number into Go struct field LogConfig.HostConfig.LogConfig.Config of type string
Already restarted the container…I can connect on PGAdmin after run systemctl restart docker
, when deploy I can’t connect anymore.
The same is happening on dev enviroment, seems like the deployment downloaded a new version of Postgres image and the problem is on the Wappler deployment.
I re-saved the project options (as mentioned here: Cannot unmarshal number into Go struct field LogConfig.HostConfig.LogConfig.Config of type string) but not working.
Please, help!