Closed omegaui closed 3 months ago
@omegaui do you get any error callback when you see this error? If possible can you please share a couple of order_ids on which this has happened?
@vivekshindhe The handlePaymentError callback doesn't get called. Here's the order id that I tried just now order_OjskmYqpNhmi9Z
.
Same issue here
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:checkDebugAarMetadata'.
> Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
> Could not resolve com.razorpay:checkout:1.6.+.
Required by:
project :app > project :razorpay_flutter
> Failed to list versions for com.razorpay:checkout.
> Unable to load Maven meta-data from https://jcenter.bintray.com/com/razorpay/checkout/maven-metadata.xml.
> Could not HEAD 'https://jcenter.bintray.com/com/razorpay/checkout/maven-metadata.xml'. Received status code 500 from server: Internal Server Error
@vivekshindhe Please take a look at this, the app is not compiling anymore, there's something wrong with the razorpay maven bintray, also the other issue mentioned in the start, it also look like something wrong with the razorpay server.
I tried running previous versions also: 1.3.2
, 1.3.6
, even the latest 1.3.7
fails to compile.
Same issue, happening on our prod app. Please give us a solution!
I'm able to compile it now. But still unable to do payments. @razorpay
Fixed now.
Unable to do payment on android with the razorpay flutter sdk, an unknown runtime webview exception is thrown, attached below:
The same payment is working on iOS though, seems like an issue with webview inside the Razorpay SDK for android.
This is the screen below, it shows up whenever I initiate any payment in my app:
Here's my flutter doctor output in verbose mode:
Please help us resolve this issue, the app is in production, this issue came all of a sudden.