Skip to content

Conversation

@herokwon
Copy link
Owner

🔍 개요

Cloudflare Workers 배포 페이지 오류를 수정하였습니다.


🛠 변경 사항

  • wrangler 환경설정
    • 불필요한 서비스 바인딩 제거
    • observability 설정 추가 및 로그, 추적 구성 개선
  • 의존성 버전 업데이트
    • @types/node
    • supabase

💬 참고 사항 (스크린샷, URL 등)

image image

@herokwon herokwon self-assigned this Dec 20, 2025
@herokwon herokwon added the 🐞 BugFix 버그 수정 label Dec 20, 2025
Copilot AI review requested due to automatic review settings December 20, 2025 16:47
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes Cloudflare Workers deployment errors by updating the wrangler configuration and dependencies. The changes remove an unnecessary service binding that may have been causing deployment issues, enhance observability settings with detailed logging and tracing configuration, and update dependency versions for @types/node and supabase.

  • Removed the WORKER_SELF_REFERENCE service binding which was likely causing deployment conflicts
  • Expanded observability configuration with granular log and trace settings
  • Updated @types/node from v24 to v25 and supabase from v2.67.2 to v2.67.3

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.

File Description
wrangler.jsonc Removed unnecessary service binding for "blog" worker; expanded observability config with detailed logging and tracing settings
package.json Updated @types/node to ^25 and supabase to ^2.67.3
pnpm-lock.yaml Updated lock file with new dependency versions including AWS SDK and Rollup packages as transitive dependencies
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@herokwon herokwon temporarily deployed to Preview December 20, 2025 16:49 Inactive
@github-actions
Copy link

⚡Deploying with Cloudflare Workers

Status ✅ Success!
Environment Preview
Commit 31b6130
URL https://dd3d8542-blog.wooyng825.workers.dev
Details ➡️ GitHub Actions
➡️ Cloudflare Dashboard

@herokwon herokwon merged commit 0db6d46 into main Dec 20, 2025
14 checks passed
@herokwon herokwon deleted the fix/wrangler-config branch December 20, 2025 16:50
@github-actions
Copy link

⚡Deploying with Cloudflare Workers

Status ✅ Success!
Environment Production
Commit 0db6d46
URL https://blog.herokwon.dev
Details ➡️ GitHub Actions
➡️ Cloudflare Dashboard

@herokwon herokwon linked an issue Dec 20, 2025 that may be closed by this pull request
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🐞 BugFix 버그 수정

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] Cloudflare Workers 배포 페이지 접속 오류

2 participants