Photon WebGL error UriFormatException: Invalid URI: The URI scheme is not valid.

Hi! i am using photon pun 2 unity version 2019.2.12. work fine on standalone platform but when i am switch to WebGL show error and not connect.
UriFormatException: Invalid URI: The URI scheme is not valid.
System.Uri.CreateThis (System.String uri, System.Boolean dontEscape, System.UriKind uriKind) (at <fb35542c49c94f4d9bf912c73e79fe13>:0)
System.Uri..ctor (System.String uriString) (at <fb35542c49c94f4d9bf912c73e79fe13>:0)
ExitGames.Client.Photon.SocketWebTcp.Connect () (at Assets/Photon/PhotonLibs/WebSocket/SocketWebTcp.cs:93)
ExitGames.Client.Photon.TPeer.Connect (System.String serverAddress, System.String proxyServerAddress, System.String appID, System.Object customData) (at <a497a6f18e1f4b419421b940add27a6e>:0)

Comments