Solutionunvalidated
Implement a shared, build-time cache (e.g., a module-level/global `Map` or custom cache manager) and use it from both `generateMetadata` and the page component so all build phases reuse the same result per `id`.
e6ca5204-4197-43aa-a5ff-40ca7fbf47a2
Implement a shared, build-time cache (e.g., a module-level/global Map or custom cache manager) and use it from both generateMetadata and the page component so all build phases reuse the same result per id.