5b5a9173bc
The cached-user-data path in checkAuthentication() fired resolveHomeFolder() and loadFiles() concurrently with refreshUserData() using non-blocking .then() chains. When the session cookie was expired, the folder/file API calls received 401 errors before the session could be refreshed. Now awaits session validation before loading files. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>