opendax
opendax copied to clipboard
rake service:all error
website only show 404 page not found
Setting the domain and subdomain in the config/app.yml
seemed to resolve the 404 error for me.
404 means the server (Traefik) is up and running but the domain you're requesting is not found. Make sure the domain name specified in /etc/hosts
and config/app.yml
are the same. And please note that if you change config/app.yml
you need to run subsequent commands:
rake render:config
rake service:all
Solved