-
Notifications
You must be signed in to change notification settings - Fork 20
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
ConnectorNotConnectedError: Connector not connected #45
Comments
hi @EvanYan1024, what do you mean by could you give some more details to understand the issue and how to reproduce? |
@bluecco, hello,This means that when my browser does not have the argentX and braavos extensions installed, for example, you can open the page in incognito mode, and this error will appear. |
@EvanYan1024 I've tried to replicate with my local dapp, but I cannot achieve the same error (this is brave incognito, also tried with chrome and firefox incognito) Screen.Recording.2023-12-15.at.10.02.47.movAlso no exceptions throwed (checked the console log too) Could you share:
|
@bluecco Thanks for your reply, you can try edge browser, |
@EvanYan1024 sorry for the delay, we're still waiting for the linked pr to be merged (and then update get-starknet react here) |
@bluecco Thanks for your reply. It seems that the get-starknet library is no longer updated. |
We also have same issue in our dApp on Edge browser, is there a workaround, or we need to wait for get-starknet to merge above PR? Can we replace |
@lazarmitic ,hi,you can use patch package to fix get-starknet, |
This has been merged now, any updates ? |
@TEMHITHORPHE pr is opened, should be merged tomorrow (after internal testing) |
will need this pr to be merged first otherwise, current implementation will break ssr (ie: using nextjs) |
Hi, any updates? |
@arentant the pr on get-starknet is merged but not released |
it will be published after the merge of starknet-io/get-starknet#244 |
an update on this issue: we released [email protected] (can be installed with it uses the latest version of get-starknet that also includes edge |
When I didn’t install a Starknet wallet, I encountered an error when using connect.
It appears in this method mapModalWallets, it reads the name field, but get name throws an error
The text was updated successfully, but these errors were encountered: