#calculateMetadata not work in nextjs project
4 messages · Page 1 of 1 (latest)
yes, this is an API that can only be used in a pure node.js context, and cannot be bundled which next.js does
to be clear, calculateMetadata() cannot execute any node.js based functions because it runs in the browser