# 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:** 10

<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:17 UTC](https://meta.discourse.org/t/cloudflare-r2-image-url-display-issue-detailed-explanation-and-fix/358204/10 "2026-06-06T15:17:30Z")

</div>

古い画像（新しいフォーラムではない場合）の場合は、以下の Rake タスクを実行する必要があります。

```plaintext
cd /var/discourse
./launcher enter app
rake uploads:migrate_to_s3

```

その後、ローカルアップロードを再ビルドします。

```plaintext
rake posts:rebake_match["/uploads/default/original/"]

```

思い出させてくれてありがとう。これを R2 オブジェクトストレージのドキュメントに追加します。

---

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