trails/apps
Ullrich Schäfer 155d36e94c Fix Edit in Planner: create session via API, avoid URL size limit
GPX data was being encoded in URL params, causing HTTP 431 (Request
Header Fields Too Large). Now the Journal creates a Planner session
via POST to /api/sessions with GPX in the request body, then
redirects to the session URL (154 chars vs 100KB+).

Also moved edit-in-planner logic to dedicated API route for proper
JSON response handling.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-24 20:22:58 +00:00
..
journal Fix Edit in Planner: create session via API, avoid URL size limit 2026-03-24 20:22:58 +00:00
planner Allow repeated saves to Journal from Planner 2026-03-24 20:22:58 +00:00