Skip to content

Commit 4a390a8

Browse files
authored
Merge pull request #325 from RicoSaupe/cleanupimages
Cleanupimages
2 parents f50fc6a + f9fdf2b commit 4a390a8

38 files changed

+2
-2
lines changed

docs/faq/faq-troubleshooting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ You may see the following `SocketProtocolError` message in the Debug Console onc
2525

2626
> `WebSocket connection to 'ws://localhost:8000/socketcluster/' failed: Error during WebSocket handshake: Unexpected response code: 404`
2727
28-
<center><img src="../img/feature-debugging-5.png" style="height: 175px;"/></center>
28+
<center><img src="../../img/feature-debugging-5.png" style="height: 175px;"/></center>
2929

3030
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.
3131

3232
### Node Process does not stop after stopping the VS Code debugger
3333
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
3434
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).
3535

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

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

docs/img/client-ref.png

-16 KB
Binary file not shown.

docs/img/client-server-01.png

-11.4 KB
Binary file not shown.

docs/img/deploy-ai-1.png

-32.5 KB
Binary file not shown.

docs/img/deploy-ai-2.png

-27.3 KB
Binary file not shown.

docs/img/deploy-ai-3.png

-27.9 KB
Binary file not shown.

docs/img/deploy-appservice-1.png

-15.4 KB
Binary file not shown.

docs/img/deploy-appservice-2.png

-15.5 KB
Binary file not shown.

docs/img/deploy-appservice-3.png

-10.7 KB
Binary file not shown.

docs/img/deploy-appservice-4.png

-53.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)