crm
crm copied to clipboard
Getting 404 page not found after performing setup locally
DISCLAIMER: I am not a pro at docker and am trying to just try out Frappe CRM locally.
I used the easy install script with valid arguments as needed but am unable to access the page.
All I am getting this is the following text even with curl -L -k my_site_name:
404 page not found
What I see in the logs for the proxy and cron are strange:
proxy
time="2025-04-17T13:21:15Z" level=error msg="Provider connection error permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get \"http://%2Fvar%2Frun%2Fdocker.sock/v1.24/version\": dial unix /var/run/docker.sock: connect: permission denied, retrying in 17.903517845s" providerName=docker
cron
failed to list containers: Get "http://unix.sock/containers/json?filters=%7B%22label%22%3A%5B%22ofelia.enabled%3Dtrue%22%5D%7D": dial unix /var/run/docker.sock: connect: permission denied
I tried reinstalling post cleaning up docker images, volumes and containers but no avail.
I tried passing --no-ssl to the easy-install python script and it works for now.
The 404 error is mind boggling