As soon as the GoogleLogin components render, the onFailure callback gets triggered. This happens in Incogito mode in chrome witn third party cookies blocked. Is there a workaround??
As I understand it, returning an immediate failure in browsers with third-party cookies disabled is intended behavior and it's coming from Google's code, not from react-google-login.
As soon as the GoogleLogin components render, the
onFailure
callback gets triggered. This happens in Incogito mode in chrome witn third party cookies blocked. Is there a workaround??uxMode: 'redirect'
is not solving the issue.