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
When using AppKit's social authentication (Google/Apple/X) in PWA/standalone mode on iOS, the auth popup results in about:blank or fails to complete the OAuth flow. This occurs specifically when the app is installed as a PWA and launched from the home screen.
Describe the solution you'd like
Open auth successfully
Complete OAuth flow
Return to PWA with authenticated session
The text was updated successfully, but these errors were encountered:
When i have my app running in PWA i get errors such as
Unable to post message to https://auth.magic.link. Recipient has origin https://secure.walletconnect.org. [Error] Origin https://<myvercellink>.vercel.app not found on Allowlist - update configuration to enable social login
my vercel.app is an authorized origin on reown dashboard
What problem does this new feature solve?
When using AppKit's social authentication (Google/Apple/X) in PWA/standalone mode on iOS, the auth popup results in about:blank or fails to complete the OAuth flow. This occurs specifically when the app is installed as a PWA and launched from the home screen.
Describe the solution you'd like
The text was updated successfully, but these errors were encountered: