PJ
Hey โ€” I'm PJ ๐Ÿ‘‹
Real help, no runaround.
Text me ๐Ÿ“ฑ
SideGuy Fixables ยท Real Human Clarity ยท Apr 2026

Website broke.
Let's find it in 5 minutes.

80% of site breaks come from the same 4 causes. Here's how to match your symptom to the fix โ€” fast.

๐Ÿ’ฌ Text PJ โ€” diagnose it live

Start here โ€” takes 30 seconds

Open DevTools (F12) โ†’ Network tab โ†’ reload the page. Any red 404s? That filename is your answer โ€” it's the exact file that's missing.

No 404s? Go to GitHub โ†’ Actions tab. Red X on the last run = live site is still on the previous build.

Match your symptom to the fix

404 on homepage

index.html didn't make it into _site/. Add it to your build output.

Blank white page

JavaScript error crashing on load. Check Console (F12) for the red error line โ€” it's usually a missing variable or undefined function.

Shows old version

Deploy failed silently. Check Actions tab. Or hard-refresh in incognito: Ctrl+Shift+R

Broke after a push

Roll back first, debug after: git revert HEAD --no-edit && git push

Almost always the build script

Run the build locally and check what's actually in the output folder:

bash build_site.sh
ls -la _site/

If the file isn't in _site/ locally, it's not on the server. That's your root cause.

Need this fixed today?

Clarity before cost. Real help. No runaround.

Text PJ โ€” 858-461-8054
Related fixes CSS Not Loading Images Not Showing GitHub Pages Not Updating โ† All Fixables
PJ
Hear PJ
โ–ถ tap to listen
Text PJ
Text PJ

What should you do next?

Real Situations We See

What Happens After You Text