Submitting the player form hangs, nothing happens.
Expected Behavior
The player should go to the intro steps.
Current Behavior
Nothing happens. Looking at the websocket, the createNewPlayer rpc is sent, and the player gets created in the DB, but then the playerInfo subscription never updates with the player info.
Possible Solution
I suspect the initial lobby/batch assignment (after player creation, still inside createNewPlayer) is blocked in the case described here:
In my admin panel I had a batch that had two games. One was “finished” the other one was “lobby cancelled”. For some reason, the status of this batch was “running”. When I cancelled this batch, it seems to work properly now.
Steps to Reproduce (for bugs)
Let a batch have a lobby cancelled (timeout) and no other games, I think
Submitting the player form hangs, nothing happens.
Expected Behavior
The player should go to the intro steps.
Current Behavior
Nothing happens. Looking at the websocket, the createNewPlayer rpc is sent, and the player gets created in the DB, but then the playerInfo subscription never updates with the player info.
Possible Solution
I suspect the initial lobby/batch assignment (after player creation, still inside createNewPlayer) is blocked in the case described here:
Steps to Reproduce (for bugs)