CORS issues
Custom Backend
If your MiniApp is using your own backend, you will probably run into CORS issues. In case we handle deploying your MiniApp, That's because we host your MiniApp in an origin different from the origin of your server. In order to handle the issue your server should allow cross origin requests from the MiniApp's origin. Please check this documentation for how to handle that properly.