opendax icon indicating copy to clipboard operation
opendax copied to clipboard

Return 404 not found when access on local

Open truonglocbinh opened this issue 2 years ago • 2 comments

I try to install dax app on my local

1. Install ruby version and rvm
2. bundle install
    rake -T # To see if ruby and lib works
3. Config 0.0.0.0 www.app.local on etc/hosts
4. rake service:all
5. docker-compose up -d proxy
When I access on `www.app.local` it return `404 page not found `

Please help me

truonglocbinh avatar Jul 23 '21 15:07 truonglocbinh

can you show me your config/app.yml setting on the domain line

MonkeyD-Core avatar Aug 09 '22 00:08 MonkeyD-Core

I have same issue here. I got message "404 page not found"

the /opendax/config/app.yml file contains:

domain: mydomainname.us subdomain: ex

/etc/hosts file contains: 123.123.123.1 ex.mydomainname.us ex

any advices ?

regards, zall

afrizal-id avatar Mar 18 '24 10:03 afrizal-id