Next.js Discord

Discord Forum

ipfs-http-client library error in Next.js and webpack config

Unanswered
Thai posted this in #help-forum
Open in Discord
ThaiOP
Next.js 14.0.3
node v21.2.0
"webpack": "5.86.0",

THis is the error
Server Error
Error: Cannot find module './fetch.node'
ocurring in this file
node_modules/ipfs-utils/src/http/fetch.js

the fetch.js file looks like the pic shown

im guessing im supposed to use some external libraries to help? such as
isomorphic-fetch,
stream-browserify
util

i have also included a pic of my next.config.js file

it seems to me the error is because nextjs using webpack and webpack cannot find a module that is there. i dont know how to fix this

0 Replies