CasaOS icon indicating copy to clipboard operation
CasaOS copied to clipboard

[Feedback]Failed to load apps

Open nothingtocareabout opened this issue 1 month ago • 5 comments

It is impossible to fix this error. I have tried all possible solution but CasaOS remains unable to load the apps making the computer useless. Any decent tutorial to fix it?

nothingtocareabout avatar Nov 28 '25 23:11 nothingtocareabout

Quoted from onefish2 from another thread that worked on my Pi 5:

A workaround without the need to downgrade docker version or portainer, which is to manually lower the minimum API version of docker:

systemctl edit docker.service

Add this part above the line ### Lines below this comment will be discarded:

[Service] Environment=DOCKER_MIN_API_VERSION=1.24

Save and exit systemctl restart docker

I'm surprised the CasaOS team still hasn't released an official fix for this.

x3llaz avatar Nov 29 '25 00:11 x3llaz

Thanks! I will try and come back to you.

nothingtocareabout avatar Nov 29 '25 04:11 nothingtocareabout

Quoted from onefish2 from another thread that worked on my Pi 5:

A workaround without the need to downgrade docker version or portainer, which is to manually lower the minimum API version of docker: systemctl edit docker.service Add this part above the line ### Lines below this comment will be discarded: [Service] Environment=DOCKER_MIN_API_VERSION=1.24 Save and exit systemctl restart docker

I'm surprised the CasaOS team still hasn't released an official fix for this.

I've just tried this here in my Ubuntu 22.04 LTS - OrangePI 5 Max. But not successful

brandaolopes avatar Dec 03 '25 00:12 brandaolopes

Quoted from onefish2 from another thread that worked on my Pi 5:

A workaround without the need to downgrade docker version or portainer, which is to manually lower the minimum API version of docker: systemctl edit docker.service Add this part above the line ### Lines below this comment will be discarded: [Service] Environment=DOCKER_MIN_API_VERSION=1.24 Save and exit systemctl restart docker

I'm surprised the CasaOS team still hasn't released an official fix for this.

Thanks, it works for me. The containers are now accessible again through the web interface.

+1

unix1984 avatar Dec 03 '25 08:12 unix1984

Hi all! Sorry for the long wait, with the help of Sabitech, the installation script has been fixed 🙂 , now you can just do a clean install or use the current installation script to fix the previous docker app not loading. The new script has the following features:

Install the latest available Docker engine instead of Docker 24.0.7
Apply a Docker API compatibility override for newer Docker versions
Allow CasaOS services and baked-in apps to work with modern Docker

Please rest assured that we will continue to improve user experience and working hard to ensure compatibility across multiple platforms.

Dev01-D avatar Dec 10 '25 20:12 Dev01-D