Redirection from rave to my nextjs website

Hello there, i have an issue which occurs after making a successful transaction and i am being redirected back to my website, i noticed the redirectURL is being triggered to make a POST request which fails with a 405 error code on the rave platform before coming to mine, because of this i am unable to ascertain why the redirection page does not load up till i refresh my screen and then it work perfectly, is there a way i can make this a GET request

Hi @Dumto_Imoh

Thanks for choosing Flutterwave.

Please kindly share your Implementation. if possible a screen recording of the issue.

Regards

Hi @Dumto_Imoh

Thank you for sharing this experience

Based on the information you provided, I will advise you create an intermediate server/ Middleware that can receive POST requests from Flutterwave before redirecting to your application, as Flutterwave does not support changing the request method.

Regards