Hello, I'm using Angular. After I log in and use the method GetPlayerProfile (or others that requires a session ticket) it works and I can call it as much as I want (I can go to other pages using route and back), but it stops working after page is refreshed and I get "ERROR errorLoggedIn" (session ticket is still saved, I can use console.log to see it).
Answer by Sarah Zhang · Feb 17, 2021 at 08:09 AM
Do you mean you use the PlayFab Node.js SDK? We tried to call the GetPlayerProfile API in the Node.js example project, it can work fine. Could you please provide more detailed code snippet?
Besides, we can’t target the error through the exception "ERROR errorLoggedIn", have you added the error call back function in your code logic? If you have the error call back function, could you please provide the specific error code? If not, please refer to our example and this section -- NodeJS quickstart - PlayFab | Microsoft Docs to add the error log function in the code to get the error code.
How can I use the Playfab API while writing a Cloud Script with TypeScript? 1 Answer
How to download content from cdn? 1 Answer
Is secretKey unique by title or by user? 1 Answer
calling PlayFabCloudScriptAPI.ExecuteFunction with Admin or secret key 2 Answers
Advantages of using Client-Side API calls vs Server-Side API calls? 1 Answer