Current Behavior
- I’m attempting to completely remove all MongoDB-related files and code from my project. After multiple deletion operations and version rollbacks (including manually deleting files via the v0 interface, rolling back to version v28 which is supposed to be free of MongoDB, and using an AI to compare the file trees of v28 and v158, showing they are identical), some MongoDB-related files still remain. In version v158, there is still a
mongodb.ts
file in thelib
folder, which contains the MongoDB client setup code. - When I download the ZIP file and deploy and run the website program on my local Mac OS system, the website prompts me to upgrade my Vercel membership. When I try to deploy the project from the v0 platform to Vercel and open the preview, the same prompt page appears. It seems that there might be some chaos in my v0 backend. After deleting the membership pricing page locally and entering the entire program, all the routes are not working properly, and the CSS effects fail to load. I can only see the white homepage and text.
Expected Behavior
All MongoDB-related files and code should be completely removed, and the project should return to a state without MongoDB dependencies. There should be no prompt to upgrade the Vercel membership when running the project locally or previewing it after deployment to Vercel.
Code, Configuration, and Steps to Reproduce the Issue
Steps
- Manually delete MongoDB-related files using the v0 interface.
- Roll back to an earlier version (v28) without MongoDB.
- Download version v28 and try to re-upload it, but some files cannot be selected or uploaded.
- Use an AI to compare the file trees of v28 and v158, and the result shows they are identical.
Configuration
The chat window and online IDE of the v0 platform.
Project Information
- URL: The chat link is https://v0.dev/chat/modern-landing-name-gen-R3oC8XG5MRB.
- Framework: Not specified.
- Environment: The local environment is Mac OS. Errors occur when attempting to deploy the project to Vercel via the v0 platform.
- Project Settings: Not specified.