openware / opendax

Open-Source Cloud-Native Digital Asset & Cryptocurrency Exchange Platform
https://www.openware.com/products/opendax
Apache License 2.0
628 stars 539 forks source link

Return 404 not found when access on local #348

Open truonglocbinh opened 3 years ago

truonglocbinh commented 3 years ago

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

MonkeyD-Core commented 2 years ago

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

afrizal-id commented 7 months ago

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