Deploy Ladill Mini / deploy (push) Successful in 1m31s
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>