Replies: 2 comments 1 reply
-
try Inertia::location |
Beta Was this translation helpful? Give feedback.
1 reply
-
Use Inertia::location it's reload page. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am getting below error while redirecting to payment gateway site:

my payment gateway provider is using below code to redirect to their site:
header('Location: ' . $paymenturl . '/', true, $permanent ? 301 : 302);
Can any one help me on this issue??
Beta Was this translation helpful? Give feedback.
All reactions