Files
orion/static/shared/js
Samir Boulahtit da9e1ab293 fix(core): handle 204 No Content in apiClient JSON parsing
The shared apiClient unconditionally called response.json() on every
response, including 204 No Content (returned by DELETE endpoints).
This caused "Invalid JSON response from server" errors on all delete
operations across all modules and personas.

Now returns null for 204 responses without attempting JSON parse.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-23 21:10:17 +01:00
..