Next.js api support? #143
Unanswered
pixelkoduje
asked this question in
Q&A
Replies: 2 comments 3 replies
-
I have the same bundling problem of Next.js, and the standard solution for those packages is to add them to /** @type {import('next').NextConfig} */
const nextConfig = {
experimental: {
serverComponentsExternalPackages: [
'playwright', 'playwright-core', 'playwright-extra', 'puppeteer-extra-plugin-stealth', 'got-scraping'
]
}
};
export default nextConfig; The original package |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Not working with next.js 14 api(app folder)
Beta Was this translation helpful? Give feedback.
All reactions