diff --git a/src/content/docs/docs/self-hosted/local-dev/capacitor-updater.mdx b/src/content/docs/docs/self-hosted/local-dev/capacitor-updater.mdx index eccbc58a..b511e049 100644 --- a/src/content/docs/docs/self-hosted/local-dev/capacitor-updater.mdx +++ b/src/content/docs/docs/self-hosted/local-dev/capacitor-updater.mdx @@ -48,4 +48,9 @@ This line should look something like this: :::danger ⚠️ Do not commit `supabase/functions/updates/index.ts` into the remote repo\ This code is here [on purpose](https://github.com/Cap-go/capacitor-updater/issues/37#issuecomment-1684916354) -::: \ No newline at end of file +::: + +There also could be a problem that prevents the android app from connecting. If you do not see any requests being send to edge functions run +```bash +adb reverse tcp:54321 tcp:54321 +``` \ No newline at end of file