I'm running a multi-tenant Payload v3 app based on the official example.
Recently, I started seeing about 20 key not found: Tenant warnings in the browser console on every admin panel page load, plus an occasional single instance on the server (terminal).
Since Tenant appears many times in my codebase, I’m struggling to pinpoint the source. The browser console logs reference /_next/static/chunks/app/(payload)/admin/%5B%5B...segments%5D%5D/page.js, which is minified and unhelpful for debugging.
Any tips on narrowing this down, such as enabling more verbose logging to reveal the exact file/line?