Error: No serverless pages were built Next 13
Unanswered
American Fuzzy Lop posted this in #help-forum
American Fuzzy LopOP
I have a problem when I try to deploy my project on vercel. I have my NodeJS set to 18x and my config looks like this.
/** @type {import('next').NextConfig} */
const nextConfig = {
images: {
domains: ["media.discordapp.net"]
}
}
module.exports = nextConfig
I also had just deployed another project where I didnt encounter this problem. I almost tried everything and I can't find a solution, can someone help me?
/** @type {import('next').NextConfig} */
const nextConfig = {
images: {
domains: ["media.discordapp.net"]
}
}
module.exports = nextConfig
I also had just deployed another project where I didnt encounter this problem. I almost tried everything and I can't find a solution, can someone help me?
4 Replies
American Fuzzy LopOP
Can someone help me with this issue?
what exactly is the problem? do you get any errors you can share
Please provide a GitHub repository, or some code of your project
In vercel settings for the project make sure the framework is set to nextjs