Code changes not reflecting on deployed app
Unanswered
Asiatic Lion posted this in #help-forum
Asiatic LionOP
I made some changes to my repo. Basically, in mobile view, when you toggle the navbar the hamburger is disappearing according to my code. It is working fine locally. But in the deployed app the changes are not getting reflected. The changes are already therein the code but not getting reflected.
Repo: https://github.com/SharmaTushar1/Portfolio
Live site: https://portfolio-puce-eight-89.vercel.app/
Also, other changes like the icon being too small and other changes are not getting reflected.
Repo: https://github.com/SharmaTushar1/Portfolio
Live site: https://portfolio-puce-eight-89.vercel.app/
Also, other changes like the icon being too small and other changes are not getting reflected.
18 Replies
Giant panda
All your recent commits show that the build on Vercel failed
You have to check the build logs and fix the errors in there
Asiatic LionOP
But the latest ones are working fine and they also include the code for the latest commit. So, why are the changes not getting reflected in the production? (Sorry if this is some dumb question new to deploying on Vercel)
okay, commits
Giant panda
Click on the Details link as seen in the screenshot to investigate the errors
Asiatic LionOP
It's giving me a 404??
That's my email
from which I have deployed
Also, I think the issue might be that I initially deployed several times and then deleted some.
https://github.com/SharmaTushar1/Portfolio/commit/7a999b6a9d3c656e71a08fe2a61504d8a381ec80#comments
So, ig it is having issues with deploying on that one? Can be completely wrong. Maybe, it's still trying to deploy on that one and not the one that is actually live??
https://github.com/SharmaTushar1/Portfolio/commit/7a999b6a9d3c656e71a08fe2a61504d8a381ec80#comments
So, ig it is having issues with deploying on that one? Can be completely wrong. Maybe, it's still trying to deploy on that one and not the one that is actually live??
Giant panda
Get into your dashboard and into your project and check the build logs for the latest deployments as I've said
Asiatic LionOP
There are no errors in this build
I tried to make a complete new project and deployed that one. It also worked without any error and still has the older code same as the project1 one.
Asiatic LionOP
Not sure if it has something to do with the API limit or me using the free tier. I tried Vercel CLI and got this error saying too many requests
Asiatic LionOP
Hmm just made some changes and pushed them to the repo. They get reflected but the navbar one still doesn't reflect. It works fine locally.