Skip to content

Conversation

@support371
Copy link
Owner

This commit removes the Procfile, which is intended for Heroku-like deployments. The presence of both a Procfile and a vercel.json file can cause conflicts in Vercel's build system, leading to 404 errors.

By removing the Procfile, we ensure that Vercel uses only the vercel.json file for deployment configuration, which correctly routes traffic to the Flask application.

This commit removes the `Procfile`, which is intended for Heroku-like deployments. The presence of both a `Procfile` and a `vercel.json` file can cause conflicts in Vercel's build system, leading to 404 errors.

By removing the `Procfile`, we ensure that Vercel uses only the `vercel.json` file for deployment configuration, which correctly routes traffic to the Flask application.
@vercel
Copy link
Contributor

vercel bot commented Nov 16, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
gemfeed Ready Ready Preview Comment Nov 16, 2025 4:08am
gemfeed-c6sf Ready Ready Preview Comment Nov 16, 2025 4:08am
gemfeed-cji7 Ready Ready Preview Comment Nov 16, 2025 4:08am
gemfeed-ln1f Ready Ready Preview Comment Nov 16, 2025 4:08am

@support371 support371 linked an issue Nov 16, 2025 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Work flow

2 participants