trails/apps
Ullrich Schäfer 6a441675b9
Fix import action crashing in dev when pg-boss is not initialized
The action was doing an internal self-fetch to /api/sync/komoot/import,
which returned plain text on error (boss not initialized) — the JSON.parse
then threw "Unexpected token U". Fix: inline the action logic directly in
the route and fall back to a fire-and-forget runKomootBulkImport call when
pg-boss is unavailable (i.e. dev mode with Vite, not the custom server).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-23 18:55:18 +02:00
..
journal Fix import action crashing in dev when pg-boss is not initialized 2026-05-23 18:55:18 +02:00
mobile Bump the production group with 40 updates 2026-05-17 08:45:54 +00:00
planner Centralize waypoint Yjs serialization in waypointFromYMap/waypointToYMap 2026-05-18 21:02:27 +02:00