-
-
Notifications
You must be signed in to change notification settings - Fork 101
Open
Description
Description
Overland crashes when using the "Owntracks" logging mode and tapping "Send Now". The app works perfectly in "All Data" mode sending GeoJSON to a custom endpoint, but crashes when switched to Owntracks logging mode.
Steps to Reproduce
- Install from App Store (v1.3)
- Grant "Always" location permission
- Configure Server URL to a valid HTTPS endpoint
- Set Logging Mode to "All Data" — works fine, sends data successfully
- Change Logging Mode to "Owntracks"
- Change Server URL to an OwnTracks Recorder endpoint (
https://example.com/pub?u=user&d=device) - Tap "Send Now" → crash
After this crash, deleting and reinstalling the app did not resolve the issue — the app continued to crash on Send Now.
Environment
- Device: iPhone 15 Pro
- iOS version: 26.3.1 (a)
- Overland version: 1.3 (App Store)
- Server: Valid HTTPS endpoint (Caddy reverse proxy with wildcard cert via Tailscale). Confirmed working — the endpoint accepts POST requests and returns
{"result":"ok"}via curl.
Expected Behavior
Switching to Owntracks logging mode and tapping Send Now should send the latest location in OwnTracks JSON format.
Actual Behavior
App crashes immediately on Send Now.
Notes
The "All Data" GeoJSON mode was working perfectly before switching to Owntracks mode. Would be happy to test a TestFlight build if one is available.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels