AcadeDoc/apps
Corentin fe75ea5c45 fix(database-view): send tableId to bridge and correct SSE path
useViewData omitted the tableId query param required by the bridge
GET /views/:id/data route -> 400 'tableId query param required' and a
blank 'Could not load view'. The SSE consumer hit /api/v1/events/sse
but the bridge mounts the stream at /api/events -> 404 reconnect loop.
Thread tableId through ViewDataParams and all five callers; point the
SSE URL at /api/events.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-18 09:20:38 +00:00
..
client fix(database-view): send tableId to bridge and correct SSE path 2026-05-18 09:20:38 +00:00
extension-clipper refactor(acadedoc): rename API routes /api/acadenice -> /api/v1 — R5.1 2026-05-08 14:52:49 +02:00
server fix(backlinks): match database-view node type in kebab-case 2026-05-12 09:08:03 +00:00