HydroProtocol / hydro-scaffold-dex

A Decentralized Exchange Scaffold - launch a DEX in minutes
Apache License 2.0
196 stars 189 forks source link

Not able to view after compile #75

Closed JimboReddJones closed 4 years ago

JimboReddJones commented 4 years ago

After compiling the source code with docker-compose -f docker-compose-mainnet-source.yaml up

i tried to connect to http://My.ip/3000 and i get a blank layout

image

and this is what it says also

image

kevinxzhang commented 4 years ago

After compiling the source code with docker-compose -f docker-compose-mainnet-source.yaml up

i tried to connect to http://My.ip/3000 and i get a blank layout

image

and this is what it says also

image

hi JimboReddJones, it looks like an error when starting web with env.sh. Have you ever do some edit in env.sh?

JimboReddJones commented 4 years ago

Nothing had been changed on the env.sh file in the web folder

kevinxzhang commented 4 years ago

Maybe due to a newline character. You can check it by cat -e env.sh .

JimboReddJones commented 4 years ago

Screenshot_20200211-102843~2

JimboReddJones commented 4 years ago

This is the output of that command

kevinxzhang commented 4 years ago

Could you run docker-compose exec web /bin/cat -e env.sh after run docker-compose -f docker-compose-mainnet-source.yaml up to see env.sh file in docker

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.