ShopYour purchases
Login

All articles

Website not updating on my host

Learn how to troubleshoot your website not updating on your host. This includes checking your configuration, setup, hosting provider, and more.

1

My website isn't updating on Vercel

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

My website isn't updating on a VPS

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:

npm run build

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:

npm run start

This will start your website again.

3

My website isn't updating locally

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:

npm run dev

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.

Join the community

Talk to our community or create a ticket on our Discord server

Let's supercharge your online visibility

Logo

© 2024 Buzz Development. All Rights Reserved.