Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/faq/faq-troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ You may see the following `SocketProtocolError` message in the Debug Console onc

> `WebSocket connection to 'ws://localhost:8000/socketcluster/' failed: Error during WebSocket handshake: Unexpected response code: 404`

<center><img src="../img/feature-debugging-5.png" style="height: 175px;"/></center>
<center><img src="../../img/feature-debugging-5.png" style="height: 175px;"/></center>

Whilst these messages can be safely ignored, you can eliminate them by installing **Redux Dev Tools** in the launched Chrome instance as described in the debugging [prerequisites](../v4-recipes/developing-and-testing/debug-safe-app.md#0-install-prerequisites) section.

### Node Process does not stop after stopping the VS Code debugger
VS Code does not kill the Fable process when you stop the debugger, leaving it running as a "zombie". In such a case, you will have to explicitly kill the process otherwise it will hold onto
port 8080 and prevent you starting new instances. This should be easily doable by sending Ctrl+C in the Terminal window in VS Code for `Watch Client` task. Tracked [here](https://github.com/SAFE-Stack/SAFE-template/issues/191).

<center><img src="../img/faq-troubleshoot-debugging.png" style="height: 175px;"/></center>
<center><img src="../../img/faq-troubleshoot-debugging.png" style="height: 175px;"/></center>

### Chrome opens to a blank window when debugging in VS Code

Expand Down
Binary file removed docs/img/client-ref.png
Binary file not shown.
Binary file removed docs/img/client-server-01.png
Binary file not shown.
Binary file removed docs/img/deploy-ai-1.png
Binary file not shown.
Binary file removed docs/img/deploy-ai-2.png
Binary file not shown.
Binary file removed docs/img/deploy-ai-3.png
Binary file not shown.
Binary file removed docs/img/deploy-appservice-1.png
Binary file not shown.
Binary file removed docs/img/deploy-appservice-2.png
Binary file not shown.
Binary file removed docs/img/deploy-appservice-3.png
Binary file not shown.
Binary file removed docs/img/deploy-appservice-4.png
Binary file not shown.
Binary file removed docs/img/deploy-azure-register-1.png
Binary file not shown.
Binary file removed docs/img/deploy-azure-register-10.png
Binary file not shown.
Binary file removed docs/img/deploy-azure-register-2.png
Binary file not shown.
Binary file removed docs/img/deploy-azure-register-3.png
Binary file not shown.
Binary file removed docs/img/deploy-azure-register-4.png
Binary file not shown.
Binary file removed docs/img/deploy-azure-register-5.png
Binary file not shown.
Binary file removed docs/img/deploy-azure-register-6.png
Binary file not shown.
Binary file removed docs/img/deploy-azure-register-7.png
Binary file not shown.
Binary file removed docs/img/deploy-azure-register-8.png
Binary file not shown.
Binary file removed docs/img/deploy-azure-register-9.png
Binary file not shown.
Binary file removed docs/img/deploy-iis-1.png
Binary file not shown.
Binary file removed docs/img/deploy-iis-2.png
Binary file not shown.
Binary file removed docs/img/deploy-iis-3.png
Binary file not shown.
Binary file removed docs/img/deploy-iis-4.png
Binary file not shown.
Binary file removed docs/img/deploy-iis-5.png
Binary file not shown.
Binary file removed docs/img/deploy-iis-6.png
Binary file not shown.
Binary file removed docs/img/deploy-iis-7.png
Diff not rendered.
Binary file removed docs/img/dockersetup.png
Diff not rendered.
Binary file removed docs/img/dockerwebhook.png
Diff not rendered.
Binary file removed docs/img/feature-debugging-1.png
Diff not rendered.
Binary file removed docs/img/feature-debugging-2.png
Diff not rendered.
Binary file removed docs/img/feature-debugging-3.png
Diff not rendered.
Binary file removed docs/img/feature-debugging-4.png
Diff not rendered.
Binary file removed docs/img/feature-debugging-6.png
Diff not rendered.
Binary file removed docs/img/min-expecto-results.png
Diff not rendered.
Binary file removed docs/img/safe-fable-1.png
Diff not rendered.
Binary file removed docs/img/safe_logo_square_2.png
Diff not rendered.
Binary file removed docs/img/server-ref.png
Diff not rendered.