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
If you start the server and go to localhost:8000, it stays loading forever instead of loading index. I guess this is because the if statement isn't kicking in - maybe url.length is not 1?
We had to add another else branch at the end to make it load..
The text was updated successfully, but these errors were encountered:
otajor
changed the title
Index page doesn't load immediately.
Index page doesn't load immediately (Server-Side Testing)
Feb 10, 2016
otajor
changed the title
Index page doesn't load immediately (Server-Side Testing)
[Server-Side Testing] Index page doesn't load immediately
Feb 10, 2016
https://github.com/FAC7/READMEs/blob/master/week4/server-testing-tutorial/server.js#L9
If you start the server and go to
localhost:8000
, it stays loading forever instead of loading index. I guess this is because the if statement isn't kicking in - maybe url.length is not 1?We had to add another else branch at the end to make it load..
@katbow @RobStallion
The text was updated successfully, but these errors were encountered: