Migration Code sample in the documentation has a mistake and the report function below the page doesn't work

Information is incorrect under the header “Migrating from RelayFor the joining player”.

https://docs.unity.com/ugs/en-us/manual/mps-sdk/manual/migration-path#Migrating_from_Relay

Codeblock has a mistake in the method BuildClientRelayServerData

hostConnectionData: joinAllocation.ConnectionData,

should be:

hostConnectionData: joinAllocation.HostConnectionData,

otherwise can’t Relay connect to a host on the same machine when testing Relay. Wasted a whole effing day smh.

Thanks for reporting @ashwinFEC - we’ll take a look.

When you say ‘the report function below the page doesn’t work’, I haven’t been able to reproduce any error reporting an issue on that page, please could you elaborate on what your seeing here?