I got error like below.
Oops Something went wrong: /CloudScript/ExecuteFunction: Invocation of cloud script function ChallengeVerify failed with HTTP status BadRequest and response body Error calling Challenge: Bad Request
UnityEngine.Debug:Log (object)
MoralisWeb3AuthService:b__6_1 (PlayFab.PlayFabError) (at Assets/Scripts/Moralis/MoralisWeb3AuthService.cs:174)
PlayFab.Internal.PlayFabUnityHttp:OnResponse (string,PlayFab.Internal.CallRequestContainer) (at Assets/PlayFabSDK/Shared/Internal/PlayFabHttp/PlayFabUnityHttp.cs:220)
PlayFab.Internal.PlayFabUnityHttp/d__12:MoveNext () (at Assets/PlayFabSDK/Shared/Internal/PlayFabHttp/PlayFabUnityHttp.cs:159)
UnityEngine.SetupCoroutine:InvokeMoveNext (System.Collections.IEnumerator,intptr)
I think “ChallengeRequest” function is okay. There is nothing I do. I just copied file and followed youtube tutorial.
I just want to know how to check playfab function is wrong or not.
I tested “ChallengeVerify” function with playfab cloud script.
The result is like below…