# js 첨부 파일을 다운로드할 수 없습니다

**URL:** https://meta.discourse.org/t/unable-to-download-js-attachment/180671
**Category:** Bug
**Created:** [2월 22, 2021, 5:56오전 UTC](https://meta.discourse.org/t/unable-to-download-js-attachment/180671 "2021-02-22T05:56:23Z")
**Posts on this page:** 1
**Showing post:** 12

<div class="post-metadata">

### Author: ![shufflepuff](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/shufflepuff/32/429585_2.png) [@shufflepuff](https://meta.discourse.org/u/shufflepuff)
#### Post date: [7월 9, 2025, 5:55오전 UTC](https://meta.discourse.org/t/unable-to-download-js-attachment/180671/12 "2025-07-09T05:55:21Z")

</div>

저희 커뮤니티에서도 동일한 문제가 발생합니다. 사람들이 JS 파일을 공유하고 싶어 하지만, 다운로드를 시도하면 다음과 같은 오류가 표시됩니다:

 ![A rectangular box with a red border displays an error message stating that a change was rejected, possibly due to insufficient access. (Captioned by AI)](https://global.discourse-cdn.com/meta/original/4X/b/8/8/b887e3d51c11ba06f8300aa9f0caf90d35158203.png)

Rails 프로덕션 로그 발췌:

```plaintext
Started GET "/uploads/short-url/qDlrltMxEIJ2aYYdt8lZ200E3wA.js" for 94.31.111.247 at 2025-07-09 05:53:30 +0000
Processing by UploadsController#show_short as JS
  Parameters: {"base62"=>"qDlrltMxEIJ2aYYdt8lZ200E3wA", "extension"=>"js"}
Sent file /var/www/discourse/public/uploads/default/original/1X/baab1fc131be960b601467333f5a690b257daeb0.js (0.3ms)
Security warning: an embedded <script> tag on another site requested protected JavaScript. If you know what you're doing, go ahead and disable forgery protection on this action to permit cross-origin JavaScript embedding.
Completed 422 Unprocessable Entity in 17ms (ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 0.0ms)

```

JS 파일은 허용된 업로드 확장자 목록에 포함되어 있습니다:

 ![A computer screen displays a user interface for managing authorized file extensions, listing common image, video, and document formats with options to add or remove them. (Captioned by AI)](https://global.discourse-cdn.com/meta/original/4X/c/8/e/c8e0f2d11e614c95c13ce80d495dcc5c436cfc6d.png)

---

_[View the full topic](https://meta.discourse.org/t/unable-to-download-js-attachment/180671)._
