E/Capacitor: Unable to open asset URL: https://localhost/assets/ha-logo-favicon.png


on this image error look like this E/Capacitor: Unable to open asset URL: https://example.com/assets/ha-logo-favicon.png

{
  "appId": "com.example.android",
  "appName": "example",
  "webDir": "dist",
  "bundledWebRuntime": false,
  "server": {
    "hostname": "example.com",
    "androidScheme": "https"
  }
}
``` this is the capacitor.config.json local images is not showing

D/Capacitor: Handling local request: https://example.com/assets/ha-logo-favicon.png
E/Capacitor: Unable to open asset URL: https://example.com/assets/ha-logo-favicon.png
E/Capacitor: Unable to open asset URL: https://example.com/assets/ha-logo-favicon.png
E/Capacitor: Unable to open asset URL: https://example.com/assets/ha-logo-favicon.png
D/Capacitor: Handling local request: https://example.com/assets/ha-logo.png
E/Capacitor: Unable to open asset URL: https://example.com/assets/ha-logo.png
D/Capacitor: Handling local request: https://example.com/assets/ha-logo-text.png
E/Capacitor: Unable to open asset URL: https://example.com/assets/ha-logo-text.png
E/Capacitor: Unable to open asset URL: https://example.com/assets/ha-logo.png
I/roadinc.androi: Thread[5,tid=12189,WaitingInMainSignalCatcherLoop,Thread*=0xe18c7010,peer=0x12d8000
{
  "appId": "com.example.android",
  "appName": "example",
  "webDir": "dist",
  "bundledWebRuntime": false,
  "server": {
    "hostname": "example.com",
    "androidScheme": "https"
    "url": "https://example.com"
  }
}
``` after set server url error gone

Adding this to my config file makes the app go black
is adding "url": "https://example.com" to the server the only change you made?