Fix broken CodeSandbox showcase thumbnails in docs#3781
Open
Nyx-abu wants to merge 1 commit into
Open
Conversation
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit bff3639:
|
WestonVincze
suggested changes
Jul 15, 2026
WestonVincze
left a comment
There was a problem hiding this comment.
This feels like a solid idea, but the screenshots don't actually show the codesandbox examples. Each screenshot is a codesandbox security verification page where the only difference between them is the id of the project.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi everyone,
I noticed that many of the showcase thumbnails in the documentation are currently broken and failing to render. It looks like the CodeSandbox screenshot API is returning a 403 Forbidden error due to Cloudflare protection, which is preventing the images from loading.
To fix this properly without introducing performance regressions (like embedding dozens of live iframes that would exhaust WebGL contexts), I manually captured static screenshots of the 21 remaining CodeSandboxes. I have added them to docs/images/sandboxes and updated the .mdx files to use the screenshot_url prop.
This approach restores the visual showcase for users while keeping the page load fast and reliable.
Let me know if you need any adjustments or have a different preferred approach for this!