Link the two deployments to each other - #24
Merged
Conversation
The Render service runs the real binary; the Pages copy runs the JavaScript engine. Someone landing on the second should be told where the first is rather than left with the caveat and no way to act on it. Also records the trade rather than just the URLs: Render's free tier sleeps after ~15 minutes idle so the first request wakes it, while the static copy has no backend to wait on and is always instant. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
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.
The Render service runs the real binary; the Pages copy runs the JavaScript engine. Someone landing on the second should be told where the first is, rather than left with the caveat and no way to act on it.
Verified live before writing this: the Render service answers
/api/healthwithengine: "rust", a real probe through it returned Polkadot at block 32,268,377 with 92 peers, and every SSRF vector — loopback,169.254.169.254,10.0.0.1,::ffff:127.0.0.1— was refused with 400. Driven in Chrome end to end: engine detected as Rust, 3/3 heads followed.🤖 Generated with Claude Code