Next.js Discord

Discord Forum

Can we use `next/headers` from another package?

Unanswered
American Wirehair posted this in #help-forum
Open in Discord
American WirehairOP
When I try to use cookies from a package other than the next.js app, I get this error. It seems like this particular file is not being interpreted as a server component. Tried to set the nextConfig
  experimental: {
    serverComponentsExternalPackages: ['@packages/trackers'],
  },


But it did not work. Is this something that is intended or a bug?

0 Replies