Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: POST to update URL missing #476

Open
fedee13 opened this issue Nov 1, 2024 · 0 comments
Open

bug: POST to update URL missing #476

fedee13 opened this issue Nov 1, 2024 · 0 comments

Comments

@fedee13
Copy link

fedee13 commented Nov 1, 2024

Bug Report

Capacitor Version

Latest Dependencies:

  @capacitor/cli: 6.1.2
  @capacitor/core: 6.1.2
  @capacitor/android: 6.1.2
  @capacitor/ios: 6.1.2

Installed Dependencies:

  @capacitor/ios: not installed
  @capacitor/cli: 6.1.2
  @capacitor/android: 6.1.2
  @capacitor/core: 6.1.2

Plugin Version

▲   💊   Capgo Doctor  💊
│
│
●   App Version: 3.6.3
│
●   Web Dir: dist
│
●   OS: win32 Windows 10 Pro
│
●   Node: v18.20.4
│
●   Installed Dependencies:
│
●     @capgo/cli: 4.23.0
│
◇  Latest Dependencies:
│
●     @capgo/cli: 4.23.0

context(s)

ManualModel: false
AutoMode: true
CapgoCloud: false
OnPremise: true

Platform(s)

Android

Current Behavior

I have the following config in capacitor.config.ts

    CapacitorUpdater: {
      updateUrl: "https://192.168.1.13:5001/api/mobile/update-available"
    }

and I'm calling `CapacitorUpdater.notifyAppReady();``in main.ts in my Vue app and this is what I see in logcat
image
but I don't see any calls to the update URL endpoint.
Am I missing something? Did I misread the docs?

@fedee13 fedee13 changed the title bug: bug: POST to update URL missing Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant