Flutterwave / React-v3

React Library for Flutterwave v3 payment APIs.
https://developer.flutterwave.com/
MIT License
19 stars 10 forks source link

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

Open xolanimaphumulo opened 2 years ago

xolanimaphumulo commented 2 years ago

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.

michael-codesjs commented 2 years ago

was this ever resolved?

ayodeletim commented 2 years ago

was this ever resolved?

I doubt it

ugwumadu116 commented 2 years ago

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

TophAnomandris commented 2 years ago

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

MohammedYehia commented 1 year ago

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