-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
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
- Start wallet daemon:
./ccli --wallet ~/.accumulate/devnet-wallet webui -s http://127.0.0.1:26660/v2 - Start explorer:
npm run start - Open wallet panel - shows disconnected
Files
src/components/wallet/WalletClient.tssrc/components/wallet/Context.tsx
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels