Current vs Expected Behavior: Currently, all deployment thumbnails show "Error: Forbidden (403)" in the Vercel dashboard preview starting from commit f6d7fc7 ("unused files cleaning"). Even older rollback deployments now show the same error. Expected behavior: the thumbnail should show a screenshot of the actual homepage, as it did correctly before commit 3mECEEcdV. Steps to Reproduce:
- Go to project deployments page
- Look at any deployment from commit f6d7fc7 onwards
- Thumbnail shows "Error: Forbidden" instead of homepage screenshot What I Have Already Checked:
- Vercel Authentication → Disabled
- Firewall Custom Rules → 0 (none)
- Bot Protection → Inactive
- Homepage has NO auth guards or route-level access control in code
- Homepage loads correctly in incognito mode (200 OK)
- Firewall Traffic logs show AWS IPs (13.56.233.188, 54.193.105.97, 54.67.70.172) hitting "/" and being denied by DDoS Mitigation
- Tried redeploying and rolling back — issue persists on all deployments Project Information:
- Project name: 1dreamscape-creation
- Framework: React (MERN stack)
- Plan: Hobby
- Last working deployment: 3mECEEcdV
- First broken deployment: f6d7fc7 ("unused files cleaning") Suspicion: Vercel's internal screenshot/thumbnail service is being blocked by automatic DDoS Mitigation at the edge before requests reach the app. The live site works perfectly for all real users in browser and incognito mode.















