Files
cameleer-saas/ui
hsiegeln e881e302b6
All checks were successful
CI / build (push) Successful in 2m3s
CI / docker (push) Successful in 1m27s
fix(ui): check ApiError.status instead of message string for 404 detection
The ApiError class (088bc34) extracts messages from response bodies, so
a 404 with no body produces "Request failed" — not "404". The email
connector hook's string check failed, treating "not configured" as an
error and showing "Failed to load config" on fresh installs.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-26 21:28:53 +02:00
..