Getting-Started-guides
Getting-Started-guides copied to clipboard
Mistake in the tutorial: Client-side debugging
trafficstars
Here is the error:
Instead of this
<Host Name="PHXS" Port="8088"/>
<Host Name="PHSP" Port="8088"/>
It should be like this:
<Host Name="PHXS" Port="8088"/>
<Host Name="PHSP" Port="8089"/>