question

mauriziovalente0 avatar image
mauriziovalente0 asked

Game on steam, azure function not working

Hi, once the ue5 game has been deployed on steam, the azure functions for other users don't work. For me yes, I was thinking it was a problem of .NET 6.0, but having it downloaded to a friend of mine he continues to have problems when calling execute function

unreal
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Xiao Zha avatar image
Xiao Zha answered

Have you got any error messages when calling ExecuteFunction API? Also, you may follow Debugging CloudScript using Azure Functions in the Azure portal - PlayFab | Microsoft Learn to check the streaming logs for troubleshooting.

1 comment
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

mauriziovalente0 avatar image mauriziovalente0 commented ·

The problem was that in LoginWithSteam the new account boolean return doesn't work well. I fixed it by checking last seen in case it was null. Thank you!

1 Like 1 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.