JayP
1
Wappler Version : 4.0.1
Operating System : Windows 10
Server Model: Node
Database Type: MySQL
Hosting Type: AWS
When I fired up the system today, the local target is working well, but when deploying the remote-dev target I get the following error message:
I tried to reconstruct the containers and killed all the docker containers except the ones related to portainer and traefik.
But still I am getting the same error as above. So, I don’t know what else to do, I would advise.
Best.
jay
Dave
2
Hi Jay,
Looks as if you have run out of space in your environment, quite common, just needs a little house keeping.
no space left on device
You'll need to ssh in to your container and run:
sudo docker system prune
This will clear all container images from your AWS target. Its worth doing this regularly, every few deployments should suffice, just good practice.
Then re-deploy to AWS.
That should resolve it for you hopefully.
Further information here Jay:
1 Like
JayP
3
It worked! Thank you very much and have a great weekend;
Best.
Jay
1 Like