Alexei
Alexei
@brospars 1. Open `android/app/src/main/AndroidManifest.xm` 2. Add this to your AndroidManifest.xml in the tag (Tag application already exists) `` 3. Run live reload with host of your PC `ionic capacitor run...
@brospars, how can we add this to the documentation? In my case, using Android 9, I needed to add this attribute.
I fixed this problem by linking rds instance. Here is an example: ```typescript new sst.aws.Nextjs("MyWeb", { vpc: vpc, link: [bucket, rds], });