-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Login process in Epic Games account stuck on "Request Permissions" page #1048
Comments
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 |
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 |
Oh hello @REFFER69 ! Apologies for missing your message. Using the guidance above, can you please provide to me any relevant logs from your application? I suspect there'll be information in the logs that will help with debugging. |
I fixed it , I rolled back to the previous version 3.3.3 I believe and
everything is working perfectly now
…On Fri, Jan 3, 2025, 3:45 PM Mint Gould ***@***.***> wrote:
Oh hello @REFFER69 <https://github.com/REFFER69> ! Apologies for missing
your message. Using the guidance above, can you please provide to me any
relevant logs from your application? I suspect there'll be information in
the logs that will help with debugging.
—
Reply to this email directly, view it on GitHub
<#1048 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMWMZTQR24S7SSQN73IL32D2I3ZFJAVCNFSM6AAAAABTIGQNJOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNRZG44TGMJYGA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
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: