opendax icon indicating copy to clipboard operation
opendax copied to clipboard

rake service:all error

Open HugoPhoenix opened this issue 3 years ago • 3 comments

website only show 404 page not found

HugoPhoenix avatar Jun 13 '21 12:06 HugoPhoenix

Setting the domain and subdomain in the config/app.yml seemed to resolve the 404 error for me.

reubenr0d avatar Jun 23 '21 10:06 reubenr0d

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

ahmadidev avatar Jul 13 '21 12:07 ahmadidev

Solved

gianghungtien avatar Mar 30 '22 22:03 gianghungtien