chris-gong / gamelift-example-ue4

Sample project integrating AWS GameLift with Unreal Engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need to update the Google Chrome version in the UWebBrowser widget (Couldn't sign you in, browser or app may not be secure)

chris-gong opened this issue · comments

Due to a recent Chrome update, when logging into google through an external application, the latest version of Chrome has to be used; otherwise the following popup appears when trying to sign in:
image
The odd thing is that this only applies to older accounts. For example, the account I made last week does not go through this screen when logging in. Also, I am pretty sure it's the chrome version because the sign in link works for all my accounts on my actual web browser outside the game.

Tried updating chromium in the engine and did not make much progress sadly. I ultimately decided to just enable cognito sign-in as another option since google sign-in will only work for new accounts made this year. However, I will leave this issue open in case this error still occurs even after updating chrome in the Unreal Engine web browser widget, but I highly doubt that will be the case.