ArweaveTeam/arweave

Unable to sign transaction

Closed this issue · 1 comments

Followed this tutorial on arweave, and I can confirm arlocal is running. When I try to create a transaction, the console reads

    at Object.sign (injected.ts:266:13)
    at async Transactions.sign (transactions.ts:208:1)
    at async createTransaction (App.js:19:1)

The line of code that throws the error is let transaction = await arweave.createTransaction({ data: formData })

Running node v16.15.1 and npm 8.11.0.

please submit javascript related issues to this repository https://github.com/ArweaveTeam/arweave-js
and if possible, include the full stacktrace in your ticket