No description
Find a file
Claude 8c5450348a
Fix multipart upload failure: raise body limit and fix catch syntax
Axum 0.7 defaults to a 2 MB body limit, which rejects typical phone photos
(often 5–15 MB). Added DefaultBodyLimit::max(50 MB) to accept large images.

Also changed `catch {}` to `catch (e) {}` in the sessionStorage IIFE; the
optional-catch-binding syntax (ES2019) is not supported by all mobile
WebViews, which would have prevented the script from loading entirely.

https://claude.ai/code/session_015myTTMs6yDsAGarATe5ePZ
2026-03-18 20:47:44 +00:00
src Fix multipart upload failure: raise body limit and fix catch syntax 2026-03-18 20:47:44 +00:00
templates Fix multipart upload failure: raise body limit and fix catch syntax 2026-03-18 20:47:44 +00:00
.gitignore Implement mileage tracking app (Rust + Axum + Claude Vision) 2026-03-18 18:42:12 +00:00
Cargo.lock Add Cargo.lock 2026-03-18 18:42:37 +00:00
Cargo.toml Implement mileage tracking app (Rust + Axum + Claude Vision) 2026-03-18 18:42:12 +00:00
PLAN.md Add GPS location column to plan 2026-03-18 18:27:41 +00:00