rubykube / microkube

Minimal stack for deploying peatio (open source crypto-currencies trading exchange platform) on a virtual machine
https://www.openware.com
Apache License 2.0
35 stars 83 forks source link

Error 404 , page not found #12

Open cryptobot123 opened 5 years ago

cryptobot123 commented 5 years ago

404

how to solve this

hardywu commented 5 years ago

could try updating to latest version

dachinat commented 5 years ago

I'm getting this too. Any help?

MrDearg commented 5 years ago

try https: enabled by default

TTcoinDeveloper commented 5 years ago

any word on this?

poseidon-j commented 5 years ago

U checked domain.com am i right? Please check www.domain.com

TTcoinDeveloper commented 5 years ago

Is it /etc/hosts issue i think i am Not sure how to lay out the domain name

poseidon-j commented 5 years ago

Installed in local or vps?

TTcoinDeveloper commented 5 years ago

Lets say its app.domain.local and our domain www.test.com how do we write it on /etc/hosts

poseidon-j commented 5 years ago

Www.app.local mean www.domain.com.. Got it?? Msg me in telegram https://t.me/team_b_2_7 Tell u clearly

TTcoinDeveloper commented 5 years ago

I think this confuses every1 cuz there r lots of 404 not found errors

poseidon-j commented 5 years ago

I have my live domain.. U can see that same error too..

knkrth commented 5 years ago

@bjay27 What's your telegram username? or any other contact info.

knkrth commented 5 years ago

You have to use the www in front of your domain name #L4 You can set the subdomain to anything you want.

Make sure you have set the www or your custom subdomain point to the server ip address on your domain name DNS setting.

TTcoinDeveloper commented 5 years ago

@knkrth thanks

KabberryDev commented 5 years ago

I have the same problem, from local machine I can access without any problems, from another machine I've got 404 error. What should be changed?

k7n2g commented 4 years ago

404:error on Microkube solved => { Domain name http://example.com gives 404 error } Do http://www.example.com
and app.yml
app: name: "The_Exchange" | Your own name domain: "example.com" | Your own domain subdomain: "www" | Add www here and in front of domain name in browser.
it works, but site doesn't work without it. hope its helpful

knkrth commented 4 years ago

Microkube is outdated, Use https://github.com/openware/opendax instead.