admin管理员组

文章数量:1122846

I'm creating an order from the frontend, and the backend sends me the subscription ID for the user. When I open the Razorpay payment popup, it sometimes shows the error: "The id provided does not exist."

This issue occurs when I successfully complete a payment in the browser and then try to make another payment right after. At that point, I get this error.

To fix the issue, I’ve noticed that I need to clear the browser data, like cookies and local storage, but how can I avoid having to do that every time.

本文标签: reactjsThe id provided does not exist razorpay in nextjsnodejsStack Overflow