fix: improve Worker previews and upstream API requests - #19
Merged
Merged
Conversation
colinmcdonald22
approved these changes
Sep 13, 2026
imconnorngl
force-pushed
the
fix/wrangler-preview-action
branch
from
September 13, 2026 21:17
7285bc2 to
bae2a3d
Compare
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.
Description
Worker API requests forwarded browser cookies and Cloudflare Access JWT headers to the SkyCrypt backend, which can exceed its request-header limit. The API client now forwards only the enabledPacks preference cookie from incoming requests, preserves explicitly configured API headers, sets the server API token and Lunar Client User-Agent, and disables automatic credential forwarding.
Upstream challenge pages and invalid responses now produce diagnostic HTTP errors at the API boundary. Worker deployments run before branch preview uploads so the Worker exists and its observability settings are applied.
Type of Change
Changes Made
cloudflare/wrangler-action@v3, then upload aliased and tagged previews for non-devbranches.Testing
pnpm test --project server: 318 tests passed across 13 files.pnpm check: zero errors and warnings.git diff --checkpassed.pnpm lintstops on an existing formatting issue in unchangedCLAUDE.md.Deployment Notes
devusescloudflare-production; other branches usecloudflare-development. Each GitHub environment must supplyCLOUDFLARE_ENV,CLOUDFLARE_API_TOKEN, andCLOUDFLARE_ACCOUNT_ID.