Files
ladill-mini/app/Http
isaaccladandClaude Opus 4.8 90d7aab547
Deploy Ladill Mini / deploy (push) Successful in 1m31s
Fix 500 on mobile sign-in: acting account + connection errors.
presentUser() ran on the public login/register routes where SetActingAccount
never runs, so ladill_account() was null and dereferencing it 500'd. Default
the acting account to the user at sign-in, and route identity-API calls through
a helper with timeouts that turns ConnectionException into a clean message
instead of an unhandled 500.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-11 09:51:41 +00:00
..