Troubleshooting Common Errors
This page provides information for how to troubleshoot common problems and errors.
Starting with Status Code "000" on Imports
The issue occurs when the script import-onecx.sh is executed (importing OneCX data)
-
Check if the hosts files is up-to-date. See Setup hosts instructions.
Failed Services on Start up
The problem occurs when some services cannot be started successfully even after several attempts and timeouts.
* Start again
Missing Menu in Browser
The problem occurs sometimes after succesful starting the services
* Remove Browser Cache & Cookies
* Refresh browser
Bad gateway in Browser
The problem occurs sometimes after succesful starting the services
* Start again
* Refresh browser
Error response from daemon: Failed to set up container networking
The problem occurs when during start up there are collisions between Docker networks.
-
Remove all Docker networks with
docker network prune -
Start again
Cannot successful pull the latest version onecx-local-env
The issue occurs if the repository is updated with git pull (get latest version of onecx-local-env)
-
Remove the active directory of Traefik manually by execution of
-
sudo rm -rf init_data/traefik/active
-
-
Reset the local repo (all other changes will be lost)
-
git reset --hard origin/main
-