PeatioCryptoExchange
PeatioCryptoExchange copied to clipboard
Auto Refresh
Dont work the auto refresh in the exchange, for send and receive, and the orders.
@Joan1590 https://gist.github.com/juanhuttemann/bdfeb7e8d3263357f6039e14b8523790
@Joan1590 nodemon -L --exec "./rails.sh"
@algobasket Thank you !!
@algobasket I run that, but this run in the port 3000 and in developent mode, how i can change that ? for production mode ?
Sorry @algobasket , i think that i don't explain me very well, the issue is, when i put a order, i have to press F5 in the explorer for see the order in "orders side", and the same thing for deposits, and withdraws.
@Joan1590 not necessary to run on port 3000 , you can run it on default port also .
@Joan1590 inspect element and see if there is any runtime error within the js.There may be some conflict or some old deprecated files.
@Joan1590 Use guard-livereload https://github.com/guard/guard Watch : https://www.youtube.com/watch?v=R0F32l0HSwk
Same here!