Skip to content

Commit

Permalink
Add info about android reverse proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
WcaleNieWolny committed Aug 22, 2023
1 parent 1e50fb5 commit 68b2a89
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
:::
:::
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
```

0 comments on commit 68b2a89

Please sign in to comment.