# Tag-Route beim Erstellen eines Themas über URL

**URL:** https://meta.discourse.org/t/tag-route-when-creating-a-topic-via-url/204973
**Category:** Bug
**Created:** [1. Oktober 2021 um 14:42 UTC](https://meta.discourse.org/t/tag-route-when-creating-a-topic-via-url/204973 "2021-10-01T14:42:02Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![manuel](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/manuel/32/468169_2.png) [@manuel](https://meta.discourse.org/u/manuel)
#### Post date: [1. Oktober 2021 um 14:42 UTC](https://meta.discourse.org/t/tag-route-when-creating-a-topic-via-url/204973/1 "2021-10-01T14:42:02Z")

</div>

Ich möchte über eine URL ein Thema mit einem voreingestellten Tag erstellen. Dafür muss ich `\u0026tags=mytag` verwenden. Das leitet mich jedoch zu `/latest?tags=mytag` um, was ein veralteter Pfad zu sein scheint und in der Tag-Navigation nicht berücksichtigt wird. Die Verwendung von `\u0026tag=mytag` setzt das Tag im Editor hingegen nicht voraus.

---

<div class="post-metadata">

### Author: ![techAPJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/techapj/32/342990_2.png) [@techAPJ](https://meta.discourse.org/u/techAPJ)
#### Post date: [7. Oktober 2021 um 00:37 UTC](https://meta.discourse.org/t/tag-route-when-creating-a-topic-via-url/204973/4 "2021-10-07T00:37:46Z")

</div>

Ich erkenne, dass eine Weiterleitung zu `/latest?tags=mytag` Probleme verursachen kann, wenn der Tag keine Themen hat oder wenn ein Benutzer versucht, mehrere Tags gleichzeitig hinzuzufügen. Das Problem wurde nun behoben durch:

> <https://github.com/discourse/discourse/commit/be75d20fadf4952753c9a27625e9ba9292afe0e5>
>
> This commit fixes the inconsistent behaviour where a user lands on blank
> page f…rom the \`/new-topic\` route if the tag beign used does not have any
> topic attached.
> 
> https://meta.discourse.org/t/tag-route-when-creating-a-topic-via-url/204973

---

<div class="post-metadata">

### Author: ![techAPJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/techapj/32/342990_2.png) [@techAPJ](https://meta.discourse.org/u/techAPJ)
#### Post date: [8. Oktober 2021 um 00:55 UTC](https://meta.discourse.org/t/tag-route-when-creating-a-topic-via-url/204973/5 "2021-10-08T00:55:00Z")

</div>


