Describe the bug
Basically when connecting using a slow internet connection and trying to export, I got a partial file.
It should be 75MB, but I got 3 MB file, and it was truncated. Something like this:
<?xml version="1.0" encoding="UTF-8"?>
<gpx version="1.1" creator="Reitti" xmlns="http://www.topografix.com/GPX/1/1">
<metadata>
<name>Location Data Export</name>
<desc>Exported location data from 2024-05-15T03:00:00Z to 2026-05-16T03:00:00Z</desc>
</metadata>
<trk>
<name>Location Track</name>
<trkseg>
<trkpt lat="REDACTED" lon="REDACTED">
<ele>331.2</ele>
<time>2024-12-10T07:48:49Z</time>
<extensions>
<accuracy>10.0</accuracy>
</extensions>
</trkpt>
<trkpt lat="REDACTED" lon="REDACTED">
<ele>331.3</ele>
<time>2024-12-10T07:53:18Z</time>
<extensions>
<accuracy>10.0</accuracy>
</extensions>
</trkpt>
<trkpt lat="REDACTED" lon="REDACTED">
<ele>331.2</ele>
<time>2024-12-10T08:55:57Z</time>
<extensions>
<accur
Describe the bug
Basically when connecting using a slow internet connection and trying to export, I got a partial file.
It should be 75MB, but I got 3 MB file, and it was truncated. Something like this: