Skip to content

Wallet link resolves to a missing route and throws an error #212

@Kelbie

Description

@Kelbie

Summary

When a user clicks Wallet, the app follows a link that points to the wrong place. The target route does not exist, so navigation throws an error instead of opening the wallet view.

Repro

  • Open the linked Nostr event: https://njump.me/e/nevent1qqst902gxyxxf9l23mhflpxgw5asma8u7ssxuq30726ezsydm4l4tkc4ax50y
  • Click Wallet
  • Observe that the app navigates to a missing route and throws

Expected behavior

  • Clicking Wallet should open the existing wallet screen.
  • If the intended route no longer exists, the app should fail gracefully and keep the user in a usable state.

Actual behavior

  • The link points to the wrong place.
  • The route does not exist.
  • Navigation throws an error.

Impact

  • Breaks a primary navigation path.
  • Makes the Wallet entry unreliable for users following the link.
  • Turns a simple navigation action into a hard failure.

Source

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions