-
Notifications
You must be signed in to change notification settings - Fork 204
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auto Refresh #6
Comments
@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 |
Same here! |
Dont work the auto refresh in the exchange, for send and receive, and the orders.
The text was updated successfully, but these errors were encountered: