Site is changing on deploy for everyone but me

I have a site that I made a major change to (video on homepage) and its changed for everyone but my laptop. If I look on my phone of anyone else’s computer, the video is there, but on my machine there is no change.
The build log looks like a success.

https://ethanglia.org

Here is the build log:

8:56:48 AM: Build ready to start
8:56:50 AM: build-image version: 122b31996ccaffd45d820a452d6227f8312110cc (focal)
8:56:50 AM: build-image tag: v4.5.3
8:56:50 AM: buildbot version: 274393d99321dce70cad49d957bff8f0629eb049
8:56:50 AM: Fetching cached dependencies
8:56:50 AM: Starting to download cache of 239.5MB
8:56:52 AM: Finished downloading cache in 2.06643546s
8:56:52 AM: Starting to extract cache
8:57:00 AM: Finished extracting cache in 8.074632526s
8:57:00 AM: Finished fetching cache in 10.19115955s
8:57:00 AM: Starting to prepare the repo for build
8:57:01 AM: Preparing Git Reference refs/heads/main
8:57:02 AM: Parsing package.json dependencies
8:57:02 AM: Different publish path detected, going to use the one specified in the Netlify configuration file: 'client/build' versus 'build' in the Netlify UI
8:57:03 AM: Starting build script
8:57:03 AM: Installing dependencies
8:57:03 AM: Python version set to 2.7
8:57:03 AM: Started restoring cached node version
8:57:06 AM: Finished restoring cached node version
8:57:06 AM: v16.14.0 is already installed.
8:57:07 AM: Now using node v16.14.0 (npm v8.3.1)
8:57:07 AM: Started restoring cached build plugins
8:57:07 AM: Finished restoring cached build plugins
8:57:07 AM: Attempting ruby version 2.7.2, read from environment
8:57:09 AM: Using ruby version 2.7.2
8:57:09 AM: Using PHP version 8.0
8:57:09 AM: Started restoring cached node modules
8:57:09 AM: Finished restoring cached node modules
8:57:09 AM: Started restoring cached go cache
8:57:09 AM: Finished restoring cached go cache
8:57:09 AM: go version go1.16.5 linux/amd64
8:57:10 AM: go version go1.16.5 linux/amd64
8:57:10 AM: Installing missing commands
8:57:10 AM: Verify run directory
8:57:11 AM: ​
8:57:11 AM: ────────────────────────────────────────────────────────────────
8:57:11 AM:   Netlify Build                                                 
8:57:11 AM: ────────────────────────────────────────────────────────────────
8:57:11 AM: ​
8:57:11 AM: ❯ Version
8:57:11 AM:   @netlify/build 26.3.12
8:57:11 AM: ​
8:57:11 AM: ❯ Flags
8:57:11 AM:   baseRelDir: true
8:57:11 AM:   buildId: 621ddfd0b09b4300087a1b0d
8:57:11 AM:   deployId: 621ddfd0b09b4300087a1b0f
8:57:11 AM: ​
8:57:11 AM: ❯ Current directory
8:57:11 AM:   /opt/build/repo/client
8:57:11 AM: ​
8:57:11 AM: ❯ Config file
8:57:11 AM:   No config file was defined: using default values.
8:57:11 AM: ​
8:57:11 AM: ❯ Context
8:57:11 AM:   production
8:57:12 AM: ​
8:57:12 AM: ❯ Loading plugins
8:57:12 AM:    - @netlify/plugin-sitemap@0.8.1 from Netlify app
8:57:14 AM: ​
8:57:14 AM: ────────────────────────────────────────────────────────────────
8:57:14 AM:   1. Build command from Netlify app                             
8:57:14 AM: ────────────────────────────────────────────────────────────────
8:57:14 AM: ​
8:57:14 AM: $ npm run build
8:57:14 AM: > ethanglia-site@0.1.0 build
8:57:14 AM: > react-scripts build
8:57:16 AM: Creating an optimized production build...
8:57:35 AM: Compiled with warnings.
8:57:35 AM: 
8:57:35 AM: src/components/ContactForm/ContactForm.js
8:57:35 AM:   Line 5:10:  'formValid' is assigned a value but never used  no-unused-vars
8:57:35 AM: src/components/NavBar/NavBar.js
8:57:35 AM:   Line 3:10:  'Link' is defined but never used  no-unused-vars
8:57:35 AM: src/components/PostContent/PostContent.js
8:57:35 AM:   Line 49:6:  React Hook useEffect has a missing dependency: 'slug'. Either include it or remove the dependency array  react-hooks/exhaustive-deps
8:57:35 AM: src/pages/Education/index.js
8:57:35 AM:   Line 6:8:     'PuzzleBlocksImage' is defined but never used                                                                                                                                          no-unused-vars
8:57:35 AM:   Line 73:15:   Using target="_blank" without rel="noreferrer" (which implies rel="noopener") is a security risk in older browsers: see https://mathiasbynens.github.io/rel-noopener/#recommendations  react/jsx-no-target-blank
8:57:35 AM:   Line 95:11:   Using target="_blank" without rel="noreferrer" (which implies rel="noopener") is a security risk in older browsers: see https://mathiasbynens.github.io/rel-noopener/#recommendations  react/jsx-no-target-blank
8:57:35 AM:   Line 111:11:  Using target="_blank" without rel="noreferrer" (which implies rel="noopener") is a security risk in older browsers: see https://mathiasbynens.github.io/rel-noopener/#recommendations  react/jsx-no-target-blank
8:57:35 AM:   Line 134:11:  Using target="_blank" without rel="noreferrer" (which implies rel="noopener") is a security risk in older browsers: see https://mathiasbynens.github.io/rel-noopener/#recommendations  react/jsx-no-target-blank
8:57:35 AM: src/pages/Events/index.js
8:57:35 AM:   Line 257:11:  Using target="_blank" without rel="noreferrer" (which implies rel="noopener") is a security risk in older browsers: see https://mathiasbynens.github.io/rel-noopener/#recommendations  react/jsx-no-target-blank
8:57:35 AM:   Line 273:11:  Using target="_blank" without rel="noreferrer" (which implies rel="noopener") is a security risk in older browsers: see https://mathiasbynens.github.io/rel-noopener/#recommendations  react/jsx-no-target-blank
8:57:35 AM:   Line 296:11:  Using target="_blank" without rel="noreferrer" (which implies rel="noopener") is a security risk in older browsers: see https://mathiasbynens.github.io/rel-noopener/#recommendations  react/jsx-no-target-blank
8:57:35 AM: src/pages/Governance/index.js
8:57:35 AM:   Line 6:8:    'PuzzleBlocksImage' is defined but never used                                                                                                                                          no-unused-vars
8:57:35 AM:   Line 9:10:   'Link' is defined but never used                                                                                                                                                       no-unused-vars
8:57:35 AM:   Line 69:15:  Using target="_blank" without rel="noreferrer" (which implies rel="noopener") is a security risk in older browsers: see https://mathiasbynens.github.io/rel-noopener/#recommendations  react/jsx-no-target-blank
8:57:35 AM:   Line 81:15:  Using target="_blank" without rel="noreferrer" (which implies rel="noopener") is a security risk in older browsers: see https://mathiasbynens.github.io/rel-noopener/#recommendations  react/jsx-no-target-blank
8:57:35 AM: src/pages/Home/index.js
8:57:35 AM:   Line 12:10:  'Link' is defined but never used                                                                                                                                                       no-unused-vars
8:57:35 AM:   Line 87:13:  Using target="_blank" without rel="noreferrer" (which implies rel="noopener") is a security risk in older browsers: see https://mathiasbynens.github.io/rel-noopener/#recommendations  react/jsx-no-target-blank
8:57:35 AM: src/pages/NoFoundPage/index.js
8:57:35 AM:   Line 15:7:  Anchors must have content and the content must be accessible by a screen reader  jsx-a11y/anchor-has-content
8:57:35 AM: Search for the keywords to learn more about each warning.
8:57:35 AM: To ignore, add // eslint-disable-next-line to the line before.
8:57:35 AM: File sizes after gzip:
8:57:35 AM:   132.12 kB (+354 B)  build/static/js/main.bf3180db.js
8:57:35 AM:   4.44 kB (+7 B)      build/static/css/main.fca426cf.css
8:57:35 AM: The project was built assuming it is hosted at /.
8:57:35 AM: You can control this with the homepage field in your package.json.
8:57:35 AM: The build folder is ready to be deployed.
8:57:35 AM: You may serve it with a static server:
8:57:35 AM:   npm install -g serve
8:57:35 AM:   serve -s build
8:57:35 AM: Find out more about deployment here:
8:57:35 AM:   https://cra.link/deployment
8:57:35 AM: ​
8:57:35 AM: (build.command completed in 21.1s)
8:57:35 AM: ​
8:57:35 AM: ────────────────────────────────────────────────────────────────
8:57:35 AM:   2. @netlify/plugin-sitemap (onPostBuild event)                
8:57:35 AM: ────────────────────────────────────────────────────────────────
8:57:35 AM: ​
8:57:35 AM: Creating sitemap from files...
8:57:35 AM: Sitemap Built! sitemap.xml
8:57:35 AM: ​
8:57:35 AM: Creating deploy upload records
8:57:35 AM: (@netlify/plugin-sitemap onPostBuild completed in 47ms)
8:57:35 AM: ​
8:57:35 AM: ────────────────────────────────────────────────────────────────
8:57:35 AM:   3. Deploy site                                                
8:57:35 AM: ────────────────────────────────────────────────────────────────
8:57:35 AM: ​
8:57:35 AM: Starting to deploy site from 'client/build'
8:57:35 AM: Creating deploy tree 
8:57:35 AM: 6 new files to upload
8:57:35 AM: 0 new functions to upload
8:57:35 AM: Site deploy was successfully initiated
8:57:35 AM: ​
8:57:35 AM: (Deploy site completed in 555ms)
8:57:36 AM: ​
8:57:36 AM: ────────────────────────────────────────────────────────────────
8:57:36 AM:   Netlify Build Complete                                        
8:57:36 AM: ────────────────────────────────────────────────────────────────
8:57:36 AM: ​
8:57:36 AM: (Netlify Build completed in 24s)
8:57:36 AM: Starting post processing
8:57:36 AM: Post processing - HTML
8:57:36 AM: Post processing - header rules
8:57:36 AM: Post processing - redirect rules
8:57:36 AM: Post processing done
8:57:36 AM: Caching artifacts
8:57:36 AM: Started saving node modules
8:57:36 AM: Finished saving node modules
8:57:36 AM: Started saving build plugins
8:57:36 AM: Finished saving build plugins
8:57:36 AM: Started saving pip cache
8:57:36 AM: Finished saving pip cache
8:57:36 AM: Started saving emacs cask dependencies
8:57:36 AM: Finished saving emacs cask dependencies
8:57:36 AM: Started saving maven dependencies
8:57:36 AM: Finished saving maven dependencies
8:57:36 AM: Started saving boot dependencies
8:57:36 AM: Finished saving boot dependencies
8:57:36 AM: Started saving rust rustup cache
8:57:36 AM: Finished saving rust rustup cache
8:57:36 AM: Started saving go dependencies
8:57:36 AM: Finished saving go dependencies
8:57:36 AM: Build script success
8:57:37 AM: Site is live ✨
8:58:12 AM: Finished processing build request in 1m22.097019646s

Hey @Wollivan

Is this the video?

If you are able to see it on your phone and the computers of other people, I believe this comes down to a cache issue with your browser, computer, or network.

Have you tried using a different browser, or a private/incognito window in the browser you normally use?

Thats the one thank you! (Thats also me lol)

Yeah I tried clearing my cache, using Chrome, Safari, Firefox and Brave, all with the same results. Private windows as well!

I thought it was possibly you in the video :rofl:

When you used your phone, was it on the same network as your computer or the cellular network? If same network, that points to something amiss with your computer. If cellular, the issue could reside with the network or computer.

So I tried connecting to 2 different wifi’s, and then made a hotspot with my phone and all 3 still gave the same (after clearing cache hard refresh and different browsers)

Do you know any settings on my computer I could look at if you’ve seen anything like this before?

I have a 2020 M1 MacBook Air

You could try flushing dns cache (different versions have different commands.)

This is, I am sure, not an issue with Netlify.

Well that didn’t work and neither did turning it off an on again… but you’re correct its a me issue on this laptop!

Appreciate the advice!

1 Like