Skip to content
Discussion options

You must be logged in to vote

Looks like an issue with Couchbase:

const nextConfig = {
  webpack: (config) => {
    config.externals = [...config.externals, 'couchbase'];
    return config;
  },
};

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@VenkataChadalawada
Comment options

Answer selected by VenkataChadalawada
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants