revertinc / revert

Revert makes it incredibly easy to build integrations with any third party API
https://revert.dev
GNU Affero General Public License v3.0
947 stars 74 forks source link

[ISSUE-REVERT]: Support for Redirect URLs #572

Closed DanSnow closed 5 months ago

DanSnow commented 5 months ago

Describe the bug The current implementation of the Revert does not support redirect URLs. After the callback from Revert is called, there is no way to notify the frontend with the relevant information.

image

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior Support for redirect URLs so that after the Revert callback is called, it redirects to a pre-configured completion page, providing a better user experience.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Additional context Add any other context about the problem here.