Getting-Started-guides icon indicating copy to clipboard operation
Getting-Started-guides copied to clipboard

Mistake in the tutorial: Client-side debugging

Open DomenPigeon opened this issue 5 years ago • 0 comments
trafficstars

Here is the error: image 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"/>

DomenPigeon avatar Aug 19 '20 16:08 DomenPigeon