Unity-Technologies/com.unity.multiplayer.samples.coop

Authentication Failed: Invalid_parameters valid ID domain not specified

NerdyChara opened this issue · 2 comments

Describe the bug
When I open up the menu; it sends two error messages. One a warning and the other with an formal error.
The message is near identical. "[Authentication]: Request failed: 400, {"title":"INVALID_PARAMETERS","detail":"Valid ID Domain not specified","details":[],"status":400}"

To Reproduce
Steps to reproduce the behavior:

  1. Download the latest version, which as of now is v1.1.0-pre.
  2. Add the project and open it with Unity Personal 2020.3.33f1
  3. Open up the Startup Scene and hit play
  4. See error

Expected behavior
I expected the main menu to show up and stay open.

Screenshots
Screenshot of console

Environment (please complete the following information):

  • OS: Windows 10
  • Unity Version: 2020.3.33f1
  • BossRoom Version: v1.10-pre

I just found out it was because I forgot to setup the authentication services on the services section of the project settings.

@NerdyChara Funny enough, we have an open PR with better details when you run into this exact scenario. Thanks for the submission.