Hello everyone, sorry to bother you, I would like to explain a problem to you because after days of research I can’t find anything.
Could you please help me?
I encounter the following problem , after deploying my next.js application on my server.
So in conditions where the site is well hosted.
When I upload an image it does not upload.
For me the problem comes from my next.config.js file, it is necessary to choose a domain for the nfts upload…
The domain address works well when I am locally but in deployment it does not work…
Could you tell me what to look for or what to put in place of the domain I am using actualy please.
i’m use this on my file next.config.js
module.exports = {
reactStrictMode: true,
images: {
domains: [‘ipfs.infura.io’],
},
};
And i have this error in my webrowser console :
error uploading file typeerror le is not a function