Bug: Try Again/Back Home button redirects to / instead of /widget

Open
#1,066 0 comments 0 reactions 1 assignee View on GitHub

@Sharqiewicz is already working on this.

Since Apr 14, 2026.

Assessment

This issue has not been assessed yet.

Description

type:bug

As a user in the Vortex payment flow,
I want "Try Again" and "Back Home" buttons to redirect to /widget instead of root /,
so that I stay in the widget context and don't get kicked out to the main site (vortexfinance.co) unexpectedly.

Acceptance Criteria

  • Update "Try Again" button (Case A: on error flows) to redirect to /widget instead of /.
  • Update "Back Home" button (Case B: after ramp completion) to redirect to /widget instead of /.
Examples
Context Current Redirect Fixed Redirect
Widget → Error → "Try Again" / (main site) /widget (stays in widget)
Widget → Ramp → "Back Home" / (main site) /widget (stays in widget)
  • Test both cases in widget embed environment.
  • No breakage for non-widget users (root paths still go to /).
  • Use TanStack Router navigation for consistency.
image.png
Dominant language
TypeScript
Stars
6
Forks
5
Avg merge
1d 7h
Merged PRs (30d)
33

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from pendulum-chain/vortex

All issues in pendulum-chain/vortex

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.