Closed TTcoinDeveloper closed 5 years ago
fixed
Hope that fixed if you have any other issues lemme know thanks !
Yes I do, I am trying to connect to UI externally so it should be 0.0.0.0:3000 and not localhost:3000 the ting is what file do I edit to make this change? Everytime I navigate to a page it gets directed to localhost:3000 and of course externally the page will not load..... so what do I do?
I have added host: 0.0.0.0 to database.yml and also changed boot.rb to use 0.0.0.0 or is it nginx itself that needs configs or could it be limited in production mode please point me in the right direction here
0.0.0.0:3000 is for internal server communication not for external use .For external you need to use loopback localhost or 127.0.0.1 if you're working locally not on any external vps instance . You only need to add on application.yml and nowhere else
also go to config/nginx.conf and change elementaryOs to deploy
I have already done this and succeeded
The problem arises when I navigate to funds or any other page except main page
It redirects to localhost:3000
and fails
Try to use it via Vagrant if you're installing locally
Peatio Version 3 I will release soon and it will be easy for you !
Ok I can do this
I am planning on hosting my own coins via rpc so I would definately look forward to the new version test it out first
@TTcoinDeveloper Hi change URL_HOST in application.yml file URL_HOST: localhost:3000 to domain.com or your ip address
Can I get some help with the last part of building peatio
it is done but when I load the UI I get
can you help me?