#Sellix SDK for Nextjs

7 messages · Page 1 of 1 (latest)

plush drift
#

"fetch is not a function"

#

im using this in the newest nextjs version

#

Im keep getting this error

 TypeError: fetch is not a function

#

ping me on anything new thanks 🙂

keen pulsar
# plush drift

try this

/** @type {import('next').NextConfig} */
const nextConfig = {
  experimental: {
    serverComponentsExternalPackages: ["@sellix/node-sdk"],
  },
}
 
module.exports = nextConfig