Wiki/bridge
Corentin dca6936ee7
Some checks failed
CI / Lint bridge (Biome) (push) Has been cancelled
CI / Security scan (push) Has been cancelled
E2E Playwright / Playwright e2e (chromium) (push) Has been cancelled
CI / Type-check bridge (push) Has been cancelled
CI / Tests unit bridge (push) Has been cancelled
CI / Tests integration bridge (push) Has been cancelled
CI / Docker build + healthcheck (push) Has been cancelled
fix(bridge): strip duplicate /api prefix in BaserowClient base URL
BASEROW_API_URL is http://baserow:80/api and every BaserowClient path is
written with an /api/... prefix, producing http://baserow:80/api/api/...
-> Baserow 404 on all /views/:id/data and /views/table/:id calls (admin
client was unaffected: its paths omit /api). Normalize the base to
host-only so the /api/... paths resolve correctly.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-18 11:38:44 +00:00
..
docs feat(bridge): add Baserow user JWT auto-login for metadata endpoints — Patch 031 2026-05-08 14:44:55 +02:00
src fix(bridge): strip duplicate /api prefix in BaserowClient base URL 2026-05-18 11:38:44 +00:00
tests feat(bridge): add Baserow user JWT auto-login for metadata endpoints — Patch 031 2026-05-08 14:44:55 +02:00
.env.example feat(bridge): add Baserow user JWT auto-login for metadata endpoints — Patch 031 2026-05-08 14:44:55 +02:00
.gitignore chore: initial commit — formation-hub conception phase 2026-05-07 12:16:19 +02:00
biome.json chore: initial commit — formation-hub conception phase 2026-05-07 12:16:19 +02:00
Dockerfile chore: initial commit — formation-hub conception phase 2026-05-07 12:16:19 +02:00
package-lock.json feat(auth): Bloc 4 — middleware OIDC-ready avec dual mode service-token + Authentik JWT 2026-05-07 21:17:56 +02:00
package.json feat(auth): Bloc 4 — middleware OIDC-ready avec dual mode service-token + Authentik JWT 2026-05-07 21:17:56 +02:00
tsconfig.json chore: initial commit — formation-hub conception phase 2026-05-07 12:16:19 +02:00
vitest.config.ts feat(bridge): add SSE realtime stream for R3.1.b database-view live updates 2026-05-07 23:55:06 +02:00