mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
When setupAttributes/setupIndexes/etc hit the file cache, they return immediately without calling setupDatabase(), so ensureSharedProject() was never called. This left self::$project empty, causing getProject() to create a new project that didn't match the cached database IDs (404s). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>