Open marcelgerber opened 10 years ago
@MarcelGerber How quickly do you have to do step 2? It sounds like the nodejs server has not yet started because the fall-back is to open page with file:// protocol.
Guess it's 5 to 15 seconds. But even if the node server isn't started yet, we can still do something better (like a longer waiting time). And btw, this issue causes a console.error that we can probably avoid.
I am not sure if we can tell the difference between "nodejs server is still initializing" and "nodejs server is down" cases. We might just need to document this in Troubleshooting page.
Result: The browser window uses the file:/// protocol. Therefore, pushing changes won't work. There is at least one error logged in the console. Expected: The Live Preview should use the Live Preview server.