You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the AuthAndFriends scene from the samples. When I attempt to log in, the following issue occurs:
Clicked Login button on the AuthAndFriends scene in the built application
Enter email and password.
"Request Permissions" page appears
I click Allow button, and the "Allow" text changes to a loading indicator.
Nothing else happens after this step.
This issue does not occur with plugin version 3.3.3, where everything works as expected. The EOS config is filled in correctly, I copied it from the working project.
I also noticed that the URL of the permissions page differs between versions of the plugin:
With version 3.3.3: https://www.epicgames.com/id/authorize?client_id=***&response_type=code&scope=offline_access%20openid%20basic_profile%20friends_list%20presence&redirect_uri=eos.***%3A%2F%2Fepic%2Fauth&display=popup%20guided&flow=login
With version 3.3.4: https://www.epicgames.com/id/authorize?client_id=***&response_type=code&scope=basic_profile%20friends_list%20presence%20offline_access%20openid&redirect_uri=eos.***%3A%2F%2Fepic%2Fauth&display=popup%20guided&flow=login
Steps to reproduce the behavior:
Install plugin v3.3.4 in Unity 2022.3.51f1 from .tgz file
Complete the required fields in the EOS Configuration
Ahoy @BushuevEvgeny ! I have a couple of questions, and a request for more debug information.
When you're logging in, do you use "Account Portal" as the login type? Have you ever successfully logged in using Android and the samples in previous plugin versions? Do the samples work for you when run from within the Editor? If you can log in using Account Portal from the Editor, can you use the same account for your phone's login? Which version of the Android API are you targeting?
To help debug, let's get another build going with logs. It looks like you already have it, but make sure ENABLE_DEBUG_EOSMANAGER is defined in your build symbols. Use the Tools > EOS Plugin > Log Level Configuration and set AllCategories to Verbose.
I was able to login using that version of Unity with this new version of the plugin. Hopefully that means this'll be possible to resolve for you, with a bit more info!
Is there a solution to this issue because I'm currently having the same problem in mobile. I can get to the permissions page and then it doesn't continue after that
I am using the AuthAndFriends scene from the samples. When I attempt to log in, the following issue occurs:
This issue does not occur with plugin version 3.3.3, where everything works as expected. The EOS config is filled in correctly, I copied it from the working project.
I also noticed that the URL of the permissions page differs between versions of the plugin:
With version 3.3.3:
https://www.epicgames.com/id/authorize?client_id=***&response_type=code&scope=offline_access%20openid%20basic_profile%20friends_list%20presence&redirect_uri=eos.***%3A%2F%2Fepic%2Fauth&display=popup%20guided&flow=login
With version 3.3.4:
https://www.epicgames.com/id/authorize?client_id=***&response_type=code&scope=basic_profile%20friends_list%20presence%20offline_access%20openid&redirect_uri=eos.***%3A%2F%2Fepic%2Fauth&display=popup%20guided&flow=login
Steps to reproduce the behavior:
Permissions settings in the developer portal:
Log:
334 login fail.txt
The text was updated successfully, but these errors were encountered: