fix(api): parse shared_with jsonb string from Aurora in access checks

↗ view on GitHub · Jason Lee · 2026-05-16 · 5623a285

Aurora Data API returns jsonb columns as raw strings. Array.isArray()
on a string returns false, causing 404 for all shared project/review
access. Add JSON.parse fallback in projects.ts (GET /:id, GET /:id/people),
access.ts (checkProjectAccess), and tabular.ts (GET /:id/people).
Repository dropthejase/louis
Author Jason Lee <12leeejk2@gmail.com>
Authored
Parents 5fd946c5
Stats 3 files changed , +15 , -11
Part of Project / tabular review sharing UI (enable, disable, jsonb parse)

Capture this commit into my fork

Download a Markdown prompt that tells Claude how to port this exact commit into your working tree. Run it via claude -p < capture-commit-5623a285.md from inside the repo you want the change in.

⬇ Download capture-commit-5623a285.md