Relative Content

Tag Archive for reactjsnext.jsapp-routernextjs14

Unable to exporting metadata object from Next.js layout.js file

I am trying to add the metadata object in my layout.js file. Hovever, I get the error “You are attempting to export “metadata” from a component marked with “use client”, which is disallowed.”, this seems weird because there is no “use client” in the file. I use Next.js(14.2.3) App router. I have checked the documentation but i have not been able to find a solution. I also delete the cache files, but still did not work.