Ask a Question
Invalid Game Type
over 2 years ago by Connor Thompson
Hello,
Currently updating our Matchmaking API to the latest changes, and when testing a new game type, it is throwing this warning at the MatchmakingHandle:
"Beamable.Api.PlatformRequesterException: HTTP Error. method=[POST] uri=[https://api.beamable.com/matchmaking/tickets] code=[400] payload=[{ "status": 400, "error": "InvalidMatchTypeError", "description": "The following matchTypes are invalid: game_types.Custom_2Player_Match" }]"
It is validated and published on the Production branch and Dev branch, and previously a very similar game type worked before the update, so I am unsure if I am missing something here. Any assistance would be appreciated, thanks.