# Cloudflare R2 画像URL表示の問題：詳細な解説と修正方法

**URL:** https://meta.discourse.org/t/cloudflare-r2-image-url-display-issue-detailed-explanation-and-fix/358204
**Category:** Bug
**Tags:** chat
**Created:** [2025 年 3 月 20 日午後 6:41 UTC](https://meta.discourse.org/t/cloudflare-r2-image-url-display-issue-detailed-explanation-and-fix/358204 "2025-03-20T18:41:59Z")
**Posts on this page:** 1
**Showing post:** 12

<div class="post-metadata">

### Author: ![Lilly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lilly/32/575047_2.png) [@Lilly](https://meta.discourse.org/u/Lilly)
#### Post date: [2026 年 6 月 6 日午後 3:35 UTC](https://meta.discourse.org/t/cloudflare-r2-image-url-display-issue-detailed-explanation-and-fix/358204/12 "2026-06-06T15:35:39Z")

</div>

`app.yml` にこの行を追加しましたか（または、管理設定の `S3 CDN URL` にドメインを追加しましたか）？

```plaintext
DISCOURSE_S3_CDN_URL: https://your.R2.domain.com # （実際の R2 カスタムドメイン）

```

また、すべての操作が正しい順序で行われている必要があります。

1. 管理/`app.yml` 設定
2. `rake migrate`
3. `rebake posts`

さらに、文字列置換ツールが役立つ場合があります。コンテナ内で実行してください（文字列を特定の値に置き換えてください）：

```plaintext
discourse remap "https://<cloudflare-account-id>.r2.cloudflarestorage.com/<R2-bucket-name>" "https://your.cdn.domain.com"

```

---

_[View the full topic](https://meta.discourse.org/t/cloudflare-r2-image-url-display-issue-detailed-explanation-and-fix/358204)._
