Skip to content
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

Failed to connect to kibisis #203

Closed
AChaffangeon opened this issue Jul 28, 2024 · 2 comments
Closed

Failed to connect to kibisis #203

AChaffangeon opened this issue Jul 28, 2024 · 2 comments

Comments

@AChaffangeon
Copy link

When trying the vue project, the connection to Kibisis failed. Firstly, the npm installation failed to import the dependency to @agoralabs-sh/algorand-provider. After installing it manually, here's what happens when you click on "Connect":
Screenshot 2024-07-28 at 10 55 18

@drichar
Copy link
Collaborator

drichar commented Jul 29, 2024

The wallet dependencies need to be installed manually in your application, since they are optional and depend on which wallet(s) are included in your configuration.

Can you provide a link to your project's source code, or a minimal reproducible example? If not, can you share some details about your Vue app? This will help me recreate the error you're getting so I can isolate the issue.

scholtz added a commit to scholtz/avm-wallet that referenced this issue Aug 30, 2024
i faced the same issue as in TxnLab#203 the issue is that the import in vuejs has the default, so fixed it the same way as it is done in defly f.e.
drichar pushed a commit that referenced this issue Sep 13, 2024
* fix Kibisis init in vue app #203

i faced the same issue as in #203 the issue is that the import in vuejs has the default, so fixed it the same way as it is done in defly f.e.

* Update kibisis.ts

* prettier fix
@drichar
Copy link
Collaborator

drichar commented Sep 24, 2024

@drichar drichar closed this as completed Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants