All articles
Learn how to troubleshoot your website not updating on your host. This includes checking your configuration, setup, hosting provider, and more.
If your website isn't updating on Vercel, it's likely because your most recent update failed to build. You can check the status of your most recent deployment by clicking on the Deployments
tab on your Vercel dashboard, then clicking on your most recent deployment. If it says "Error", it means the build has failed.
This could be due to a variety of reasons, such as a syntax error in your code, a missing dependency, or a configuration issue. You can find more information about the error by clicking on the Deployment Details
section in that build.
2
If your website isn't updating on your VPS, it could be because you're not rebuilding your website after making changes. If you're using a VPS, you'll need to rebuild your website after making changes in the code. You can rebuild your website by running the following command in your server's terminal:
After running this command, ensure your latest build was successful. If it was, you'll then need to run the following command to startup your website again:
This will start your website again.
3
If your website isn't updating locally, ensure you're in development mode to see live changes. You can start your development server by running the following command in your terminal:
Once the server is running, open localhost:3000
in your browser to view your website. Remember, development mode should only be used for local development as it allows for live reloading and debugging.
Talk to our community or create a ticket on our Discord server
More articles
Using Vercel to host your website? Here's a guide to help you get started.
Learn how to setup and self-host Ember - The complete freelancer panel. Ember uses Supabase in the backend, making it super easy to setup and host.
Learn how to link your Discord to your Buzz.dev account, so you can use it to respond to tickets via Discord.
Learn how to customize your website to your liking. This includes changing the settings, theming your website, and changing the design.