I have been using Vercel since before it was Vercel. I can’t even remember the name, but the deployment I’ve been using has never broken. I modified something in the deployments, trying to get www
to work, but it broke. I thought I reverted all my changes, but now my site says 404.
Code: DEPLOYMENT_NOT_FOUND
When I’m on the deployment screen, I can see my old deployment, but it doesn’t have a domain. When I try to activate this deployment (working code), I get a message:
The
projectSettings
object is required for new projects, but is missing in the deployment payload
- I don’t have the code that this project deployment was built from. Do I need to download the deployment source and try to re-deploy with new settings? Where in the documentation should I start?
- I would prefer to just add a dummy projectSettings property to the deployment without having to modify the deployment using the CLI. I tried deploying the project deployment from the CLI, but ran into the same issue: “projectSettings” is missing
- Where do I find in the documentation what sort of “projectSettings” need to be defined?