You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Basic Demo Setup documentation states the following instructions:
...
14. Open a browser tab to http://localhost:3000 for the Rails app example with HOT RELOADING
15. Try Hot Reloading steps below!
16. foreman start -f Procfile.static
17. Open a browser tab to http://localhost:3000 for the Rails app example.
18. When you make changes, you have to refresh the browser page.
The Basic Demo Setup documentation states the following instructions:
...
14. Open a browser tab to http://localhost:3000 for the Rails app example with HOT RELOADING
15. Try Hot Reloading steps below!
16. foreman start -f Procfile.static
17. Open a browser tab to http://localhost:3000 for the Rails app example.
18. When you make changes, you have to refresh the browser page.
In both cases (number 14 and number 17), the wrong default localhost is listed. The default localhost is actually http://localhost:5000
The text was updated successfully, but these errors were encountered: