Estoy teniendo problemas al hacer deploy de un proyecto de django me sale un error de vercel

CtrlF


Running build in Washington, D.C., USA (East) – iad1

Cloning github.com/JhonTreft/T-Lofi-0xfe (Branch: deploy-vercel, Commit: 8907157)

Skipping build cache, deployment was triggered without cache.

Cloning completed: 2.415s

Running "vercel build"

Vercel CLI 37.4.0

WARN! Due to `builds` existing in your configuration file, the Build and Development Settings defined in your Project Settings will not apply. Learn More: https://vercel.link/unused-build-settings

Installing required dependencies...

Build Completed in /vercel/output [1m]

Deploying outputs...

An unexpected error happened when running this build. We have been notified of the problem. This may be a transient error. If the problem persists, please contact Vercel Support https://vercel.com/help

Hi, @caicedomosquerajhons!

There was a similar issue that was brought up in the community, sharing here in case it’s helpful:

Seeing as you got this warning:

WARN! Due to `builds` existing in your configuration file, the Build and Development Settings defined in your Project Settings will not apply. Learn More: https://vercel.link/unused-build-settings

It might be worth also removing the builds section on your vercel.json file if you already have settings in the “Build & Development Settings”. From relevant documentation:

A Project has several settings that can be found in the dashboard. One of those sections, Build & Development Settings, is used to change the way a Project is built.

However, the Build & Development Settings are only applied to zero-configuration deployments.

If a deployment defines the builds configuration property, the Build & Development Settings are ignored.

Hola muchisimas gracias se soluciono el error :+1: :+1:

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