Update name in Wrangler configuration file to match deployed Worker - #2
Open
cloudflare-workers-and-pages[bot] wants to merge 8 commits into
Open
Update name in Wrangler configuration file to match deployed Worker#2cloudflare-workers-and-pages[bot] wants to merge 8 commits into
cloudflare-workers-and-pages[bot] wants to merge 8 commits into
Conversation
- Add worker/ directory with Rust WASM build setup - Configure wrangler.toml for Rust worker deployment - Add package.json with build/deploy scripts - Create GitHub Actions workflow for automatic deployment - Update .gitignore to exclude WASM build artifacts - Add DEPLOYMENT.md with complete setup instructions - Configure clean dist/ output directory structure
- Add build.sh script with wasm-pack installation - Handle both local and Cloudflare Pages environments - Install Rust toolchain and wasm32 target in CI - Update package.json to use build script
- Replace bash build.sh with Node.js build.js - Better error handling and environment detection - More reliable for Cloudflare Pages environment - Handles Rust toolchain and wasm-pack installation
- Replace Rust compilation with JavaScript worker generation - Avoid Rust toolchain installation issues in CI - Create functional worker with basic API endpoints - Much faster and more reliable build process
Update name in Wrangler configuration file to match deployed Worker
Contributor
Author
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
sr | f9701f3 | Commit Preview URL | Oct 21 2025, 06:11 PM |
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 Worker name in your Wrangler configuration file does not match the name of the deployed Worker in the Cloudflare Dashboard.
Cloudflare automatically generated this PR to resolve the mismatch and avoid inconsistencies between environments. For more information, see: https://developers.cloudflare.com/workers/ci-cd/builds/troubleshoot/#workers-name-requirement