Serviceworker must be a dictionary in your web app manifest

Viewed 11467

I had done payment integration to razorpay and when click the button it throws an console error serviceworker must be a dictionary.

2 Answers

This is an error coming from razorpay.js file. You can simply ignore this and you will be able to integrate any flow without an issue. I have recently integrated this and it is working fine in the production.

This question is abstract and it does not provide the least code to reproduce the issue, therefore it is difficult to tell where the error message comes from. This example shows how it basically works.

Related