Skip to content

fix: 친구 토너먼트 결과 상품 이미지를 이미지 프록시 경유로 로드 - #556

Merged
ychany merged 1 commit into
devfrom
fix/555-group-result-image-403
Aug 23, 2026
Merged

fix: 친구 토너먼트 결과 상품 이미지를 이미지 프록시 경유로 로드#556
ychany merged 1 commit into
devfrom
fix/555-group-result-image-403

Conversation

@ychany

@ychany ychany commented Aug 23, 2026

Copy link
Copy Markdown
Contributor

작업 내용

친구 토너먼트 결과 화면(/tournament/[id]/result/group)에서 상품 이미지가 403 으로 깨지던 문제를 수정했습니다.

next/imageunoptimized 때문에 Next 의 /_next/image 프록시를 건너뛰고 원본 URL 을 그대로 로드하고 있었습니다. 브라우저가 쇼핑몰 이미지 서버에 직접 요청하면서 Referer 가 붙어 핫링크 차단에 걸렸습니다.

Referer 없음            → 200
Referer: dev.piki.day   → 403

unoptimized 를 제거해 영수증 화면과 동일하게 이미지 프록시를 경유하도록 했습니다. Next 서버가 대신 받아오므로 Referer 가 없어 통과합니다.

연관 이슈

closes #555

@vercel

vercel Bot commented Aug 23, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
piki Ready Ready Preview Aug 23, 2026 1:35pm

@github-actions

Copy link
Copy Markdown

Discord 스레드 연동용 메타데이터입니다. discord-pr-bot 워크플로가 자동 생성하며, 수정·삭제하면 PR 과 Discord 알림 연동이 끊깁니다.

@github-actions github-actions Bot added fix Something isn't working WEB labels Aug 23, 2026
@github-actions
github-actions Bot requested a review from iOdiO89 August 23, 2026 13:36
@coderabbitai

coderabbitai Bot commented Aug 23, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@ychany, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 38 minutes

Limit details: You’ve used the included review currently available.

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

How can I continue?

Wait for the limit to reset, then comment @coderabbitai review or push new commits to the PR.

An organization admin can change what happens after included review limits in Billing.

How do review limits work?

CodeRabbit enforces per-developer PR review limits within each organization.

For paid Pro and Pro+ reviews, CodeRabbit uses a developer's included PR review attempts over the past 7 days to set the current hourly allowance. At typical activity levels, the full plan allowance applies. Higher sustained activity can lower the allowance until earlier attempts leave the 7-day window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro Plus

Run ID: f0827182-f687-4e58-b57d-73e53a0ee7ca

📥 Commits

Reviewing files that changed from the base of the PR and between a8d9087 and 3cec065.

📒 Files selected for processing (1)
  • apps/web/src/app/tournament/[id]/result/group/_components/GroupResultClient.tsx

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@ychany
ychany merged commit 6501a73 into dev Aug 23, 2026
9 checks passed
@ychany
ychany deleted the fix/555-group-result-image-403 branch August 23, 2026 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fix Something isn't working WEB

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: 친구 토너먼트 결과 화면에서 상품 이미지가 403으로 깨짐

1 participant