Shopify appPurchaseOneTimeCreate confirmationUrl redirection error

@Manoj_M

You should use the redirect from the authentication

const { redirect } = await authenticate.admin(request);
return redirect(response, { target: "_parent" });