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

Unable to submit a Multiagent transaction in the demo next.js app #364

Open
jmintuitive opened this issue Jul 12, 2024 · 2 comments
Open

Comments

@jmintuitive
Copy link
Contributor

jmintuitive commented Jul 12, 2024

Found the bug while updating the standardWallet example here: #356

There is a bug I found when testing that the Multiagent flow fails on Submit in particular. I'm not entirely sure why - but it seems that there is an INVALID_AUTHENTICATOR error.

Steps:

  1. Connect a wallet
  2. Click through the multiagent steps
  3. The app will crash (or display an error) when trying to submit the multiagent transaction.

Screenshot:
image

@estellechoi
Copy link

Hi! Which version of Next.js are you using? Because I just can't run the app with the error "Module not found: Can't resolve 'aptos'" inside this package.

@jmintuitive
Copy link
Contributor Author

I'm not sure what version of Next.js, but that error is probably from a missing dependency for aptos. Maybe do pnpm add aptos?

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