# 이메일 알림 템플릿 GUI가 %{base\_url}에 대해 오류를 표시합니다

**URL:** https://meta.discourse.org/t/email-notification-template-gui-complains-about-base-url/279395
**Category:** Bug
**Created:** [9월 18, 2023, 2:36오후 UTC](https://meta.discourse.org/t/email-notification-template-gui-complains-about-base-url/279395 "2023-09-18T14:36:35Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![simon](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/simon/32/339122_2.png) [@simon](https://meta.discourse.org/u/simon)
#### Post date: [9월 18, 2023, 3:43오후 UTC](https://meta.discourse.org/t/email-notification-template-gui-complains-about-base-url/279395/2 "2023-09-18T15:43:17Z")

</div>

> [@nordize](#):
>
> 다음 보간(interpolation) 키가 유효하지 않습니다: base\_url

이것은 이전 버전의 Discourse에서 변경된 사항일 수 있지만, 버그라고 생각하지 않습니다. 이메일 템플릿에서 허용되는 보간 키를 찾는 것은 항상 까다로웠습니다. 이제 사용할 수 있는 키에 대해 설명하는 게시글이 있습니다: [Interpolation Keys for Customizing Text and System Email Templates](https://meta.discourse.org/t/interpolation-keys-for-customizing-text-and-email-templates/264604). 허용되는 키 목록은 여기에 있습니다: [discourse/app/models/translation\_override.rb at main · discourse/discourse · GitHub](https://github.com/discourse/discourse/blob/main/app/models/translation_override.rb).

`{base_url}`은 그 목록에 없습니다.

이미 사이트의 기본 URL을 알고 있으므로, 해당 키가 필요한지 확실하지 않습니다. `%{base_url}%{url}` 대신 사이트 URL을 그대로 사용하세요. 예를 들어 `https://forum.example.com%{url}`처럼 사용할 수 있습니다.

---

_[View the full topic](https://meta.discourse.org/t/email-notification-template-gui-complains-about-base-url/279395)._
