Help debugging own tracks http

Hey guys. New to HA. I don’t need a whole bunch of hand holding (I hope), just point me to docs or whatever, but I hope this is some obvious mistake I’m making.

I’m trying to setup device tracking with local network and gps device (owntracks private http)

known_devices.yml

jiexi_pixel:
  hide_if_away: false
  icon:
  mac: XXXXXXXXXX
  name: Jiexi's Pixel
  gravatar: [email protected]
  track: true

configuration.yml

# Device Tracking
device_tracker:
  - platform: linksys_smart
    host: 192.168.11.1    
    interval_seconds: 10
    consider_home: 180
    track_new_devices: true
  - platform: owntracks_http
    max_gps_accuracy: 50
    #events_only: true

Owntracks on android phone configured as:
Mode: Private HTTP
Host: https://XXX.duckdns.org/8123/api/owntracks/jiexi/pixel
Identification: homeassistant | same_password_for_homeassistant_webpage_login
Security: empty

Can’t seem to get my device to show up on the map. If I press the upload button, it just says “message queued”, but nothing else happens.

Is there a way I can see logs or any other way to debug? In the dark here :confused:

Thanks!