Playfab no work on vr. What the sigma?

Godot Version

4.2.2 dotnet

Question

When i include this line of code,

		LoginWithCustomIDRequest loginWithCustomIDRequest = new LoginWithCustomIDRequest
		{
			CustomId = OS.GetUniqueId(),
			CreateAccount = true
		};
		
		loginTask = PlayFabClientAPI.LoginWithCustomIDAsync(loginWithCustomIDRequest);

The game literally does not even start anymore. im on a meta quest. What the sigma? My game has 6k downloads whoever helps me fix this problem can go in the credits, I NEED THIS FIXED BAD.

Hey, if you haven’t solved it yet, perhaps I can help fix this if you can provide a few more logs and info pieces. What are the concrete issues you are seeing? Can you provide stack traces or other logs?