React icon indicating copy to clipboard operation
React copied to clipboard

flutterwave-react-v3 payment pop-up does not load on production server but loads on local host

Open xolanimaphumulo opened this issue 3 years ago • 5 comments
trafficstars

Issue : The payment dialog/pop works normally when working on localhost but when I deployed the pop does not show when I click the button that triggers the pop-up, hence I cannot test the payment flow :putting card details and all card related information.

This is occurring on the latest version which is 1.2.0 . I haven't tested on the prior versions if the issue is present.

I can't provide the screenshot since the pop is not showing at all.

xolanimaphumulo avatar Mar 17 '22 20:03 xolanimaphumulo

was this ever resolved?

michael-codesjs avatar Sep 12 '22 08:09 michael-codesjs

was this ever resolved?

I doubt it

ayodeletim avatar Sep 15 '22 21:09 ayodeletim

Hi, @xolanimaphumulo can you state the production environment you deployed to that you faced this issue? So we can replicate it. Thanks

ugwumadu116 avatar Sep 16 '22 07:09 ugwumadu116

@ugwumadu116 I'm currently facing this issue while staging on heroku

TophAnomandris avatar Nov 04 '22 22:11 TophAnomandris

I had the same issue while using the hook, I had to do a workaround and check if window.FlutterwaveCheckout exists or not before calling handleFlutterPayment

MohammedYehia avatar Sep 04 '23 12:09 MohammedYehia