Seo – Next js build in vercel fails when with meta data. Why?
Here is layout.js. I have commented out the export const metadata, doing this makes the deployment to Vercel successful. Without commenting out the metadata, the deployment will fail. "use client"; import "./globals.css"; import { store } from "./store/store"; import {…