Recurring charges confirmation_url changing when using app bridge

Hi, you can resolve the issue using

__*redirect.dispatch(Redirect.Action.REMOTE, {*__
__*url: redirectUrl,*__
__*new context:false *___**})**_

instead of

<strong>*redirect.dispatch(Redirect.Action.ADMIN_PATH, {*</strong>
__*path: redirectUrl })*__

or you can redirect using JavaScript also

top.location.href = res.confirmationUrl