Restore tip in SignalR tutorial (#9614)
Restore a tip that was inadvertently removed.pull/9616/head
parent
f598f928e2
commit
61040c22bd
|
@ -241,6 +241,10 @@ The SignalR server must be configured to pass SignalR requests to SignalR.
|
|||
|
||||
![SignalR sample app](signalr/_static/signalr-get-started-finished.png)
|
||||
|
||||
> [!TIP]
|
||||
> If the app doesn't work, open your browser developer tools (F12) and go to the console. You might see errors related to your HTML and JavaScript code. For example, suppose you put *signalr.js* in a different folder than directed. In that case the reference to that file won't work and you'll see a 404 error in the console.
|
||||
> ![signalr.js not found error](signalr/_static/f12-console.png)
|
||||
|
||||
## Next steps
|
||||
|
||||
In this tutorial, you learned how to:
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
Loading…
Reference in New Issue