Your Team encountered an unknown problem. Please reach out to our support team for details

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

Hi,

This should be fixed now!

thanks
amazing response time .

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.