use-ink / contracts-ui

Web application for deploying wasm smart contracts on Substrate chains that include the FRAME contracts pallet
https://contracts-ui.substrate.io/
GNU General Public License v3.0
61 stars 44 forks source link

Cannot sign tx's with injected wallets on local node #520

Closed wottpal closed 7 months ago

wottpal commented 7 months ago

When trying to use injected wallets (e.g. Talisman) while being connected to a Local Node (i.e. substrate-contracts-node) it throws just "Error" in the upper right and in the console it says: Error: Cannot sign with a locked key pair.

CleanShot 2023-11-14 at 10 06 43@2x

peetzweg commented 7 months ago

Duplicate of #513

peetzweg commented 7 months ago

Should be resolved with this PR https://github.com/paritytech/contracts-ui/pull/527.