You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SSL is redirecting into success url with POST method, I couldn't handle POST method on redirect link in nextjs so that it says "Invalid URL" though the success url exists.
How to handle this?
I've tried with middleware and next.config.ts modifying.