Skip to content

Wallet panel cannot connect to daemon #92

@PaulSnow

Description

@PaulSnow

Problem

The wallet panel shows "Disconnected" with "Cannot connect to wallet daemon" error.

Expected

When the wallet daemon is running (./ccli webui), the panel should connect automatically.

Details

  • Wallet API is running at http://127.0.0.1:8080/v1
  • The WalletClient may be using wrong URL or port
  • CORS may need verification

Steps to Reproduce

  1. Start wallet daemon: ./ccli --wallet ~/.accumulate/devnet-wallet webui -s http://127.0.0.1:26660/v2
  2. Start explorer: npm run start
  3. Open wallet panel - shows disconnected

Files

  • src/components/wallet/WalletClient.ts
  • src/components/wallet/Context.tsx

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions