i have created a new github account , new repo ,and connected it with a repo
when i try deploying the nextjs project i get this
“Your Team encountered an unknown problem. Please reach out to our support team for details.”
i have disabled build errors using
const nextConfig = {
typescript: {
// !! WARN !!
// Dangerously allow production builds to successfully complete even if
// your project has type errors.
// !! WARN !!
ignoreBuildErrors: true,
},
};
nextjs