9c62405a0c
The error was caused by attempting to read the response body twice: - First with response.json() - Then with response.text() in the error handler This caused the 'Body is disturbed or locked' error that was being displayed as 'The string did not match the expected pattern'. Fix: Removed the duplicate response.text() call in error handler. Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering>
97 KiB
97 KiB