Can we use `next/headers` from another package?
Unanswered
American Wirehair posted this in #help-forum
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
But it did not work. Is this something that is intended or a bug?
experimental: {
serverComponentsExternalPackages: ['@packages/trackers'],
},But it did not work. Is this something that is intended or a bug?