#Sellix SDK for Nextjs
7 messages · Page 1 of 1 (latest)
GitHub
NodeJS SDK for the Sellix Developers API (developers.sellix.io). Quickly get started and create products, payments and more using NodeJS. - GitHub - Sellix/node-sdk: NodeJS SDK for the Sellix Devel...
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 🙂
try this
/** @type {import('next').NextConfig} */
const nextConfig = {
experimental: {
serverComponentsExternalPackages: ["@sellix/node-sdk"],
},
}
module.exports = nextConfig