bug: Station wallet connection fails — No wallets connected #57
Labels
No labels
agent:implement
agent:ready
backend
bug
cannot-reproduce
confirmed
desktop
docs
documentation
duplicate
enhancement
feature
frontend
good first issue
help wanted
high-risk
in-review
invalid
mobile
needs-triage
P0-critical
P1-high
P2-medium
P3-low
qa
QA
question
ready
report
responsive
security
security-escalate
smart-contract
solana
tablet
test-pass
ux
wallet-issue
wallet:keplr
wallet:metamask
wallet:station
wallet:walletconnect
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
code/cl8y-bridge-monorepo#57
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Clicking Station in the wallet connection modal fails with 'Failed to connect Station: No wallets connected'. The extension is installed and active.
Error
Wallet connection failed: Error: Failed to connect Station: No wallets connectedExpected
Station extension should prompt for connection or show a clear error about chain support.
Steps to Reproduce
Notes
Dev flagged Station as important ('terrastation is popular'). May need experimentalSuggestChain similar to the Leap fix in #56.
Environment
b28e30dmentioned in issue #58
Fix deployed. Station now gets
experimentalSuggestChaincalled before connecting, same approach as the Leap fix in #56. This teaches the extension about columbus-5 sogetKeyno longer fails silently.@Brouie can you verify with Station extension installed? Connect should now either succeed or show a clear chain-support error instead of the generic 'No wallets connected' message.
Verified fixed on
55b1989. Station connects successfully after switching to Terra Classic (columbus-5) network. Error message now properly indicates chain mismatch when on wrong network.