We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Open popup when logging in with blocked third party cookies; (screenshot made in Chrome)
There is an endless cycle of attempts to log in and the popup isn't open
async connect() { const PortisLibrary = await import('@portis/web3'); const Portis = PortisLibrary.default; const portis = new Portis(apiKey, network); const provider = portis.provider; await provider.enable(); }
The text was updated successfully, but these errors were encountered:
I just encountered this issue as a user trying to log in with Portis and had to enable third party cookies in Safari to log in.
Sorry, something went wrong.
any idea?
No branches or pull requests
Expected behavior:
Open popup when logging in with blocked third party cookies;
(screenshot made in Chrome)
Actual behavior:
There is an endless cycle of attempts to log in and the popup isn't open
Exemplary current connect implementation
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: