



Update for anyone hitting this --- GitHub Pages works as a proxy where Vercel and shared cPanel hosting both fail. Created a simple HTML page on GitHub Pages with:
FB Debugger now returns 200 + full preview card. Users see "PROMLY.AI" on the card thanks to og:url, but the actual scraped URL is a GitHub Pages address that doesn't hit Vercel's edge filter.
Still waiting for proper Vercel-side fix, but this unblocks the launch.
Hi there,
Thanks for sharing your workaround with the community, and glad to hear this unblocked your launch.
After reviewing this further, this appears to have been a transient issue with the Facebook Sharing Debugger:
For anyone encountering this in the future, a few suggested troubleshooting steps:
Scrape Again to clear a stale cache:
?v=2) can return the same stale result even if that specific URL has never been fetched before.200 after one of those attempts.Check robots.txt
robots.txt.
Disallow: /*?* rule under User-Agent: * in robots.txt, Facebook's parser will apply this wildcard disallow to query string URLs even when a dedicated facebookexternalhit block might exist.Allow: /*?* line to the facebookexternalhit block often resolves this.For Pro or higher customers, try adding a Custom WAF Rule for the Facebook ASN
AS32934 and rotates them regularly.AS32934 can help eliminate the possibility that this may be a proxy-level block.As a final note, the 403 error shown in the Facebook debugger does not necessarily indicate that Vercel is actively returning a 403 response.
Hope you are now seeing this issue resolved for you, but if this resurfaces or the workaround stops holding, please let us know.