# Latest Update to Group Tracker Plugin Breaks Posting

**URL:** https://meta.discourse.org/t/latest-update-to-group-tracker-plugin-breaks-posting/148293
**Category:** Bug
**Created:** [April 16, 2020, 9:00pm UTC](https://meta.discourse.org/t/latest-update-to-group-tracker-plugin-breaks-posting/148293 "2020-04-16T21:00:59Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Hifihedgehog](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/hifihedgehog/32/140207_2.png) [@Hifihedgehog](https://meta.discourse.org/u/Hifihedgehog)
#### Post date: [April 16, 2020, 9:00pm UTC](https://meta.discourse.org/t/latest-update-to-group-tracker-plugin-breaks-posting/148293/1 "2020-04-16T21:00:59Z")

</div>

See above. The latest update to [the group tracker plugin](https://github.com/discourse/discourse-group-tracker) causes my Discourse sites to no longer to allow new posts (threads or replies) of any kind. When I attempt to click on the reply or new thread buttons, neither will display the reply area unless I build without the group tracker plugin enabled. Since I can’t post an issue on GitHub, I am replying here.

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [April 19, 2020, 5:34pm UTC](https://meta.discourse.org/t/latest-update-to-group-tracker-plugin-breaks-posting/148293/2 "2020-04-19T17:34:15Z")

</div>

This is yours @riking?

---

<div class="post-metadata">

### Author: ![j.jaffeux](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/j.jaffeux/32/60297_2.png) [@j.jaffeux](https://meta.discourse.org/u/j.jaffeux)
#### Post date: [April 19, 2020, 6:17pm UTC](https://meta.discourse.org/t/latest-update-to-group-tracker-plugin-breaks-posting/148293/3 "2020-04-19T18:17:10Z")

</div>

What version of Discourse do you have ? Are you able to update to latest version ?

---

<div class="post-metadata">

### Author: ![riking](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/riking/32/170938_2.png) [@riking](https://meta.discourse.org/u/riking)
#### Post date: [April 19, 2020, 9:16pm UTC](https://meta.discourse.org/t/latest-update-to-group-tracker-plugin-breaks-posting/148293/4 "2020-04-19T21:16:58Z")

</div>

This commit seems likely if it’s cross-version breakage: [DEV: use discourse decorators · discourse/discourse-group-tracker@26b8b28 · GitHub](https://github.com/discourse/discourse-group-tracker/commit/26b8b2800f6a4fd0c14b502a73025c8a4b0fabb4)

@featheredtoast

Runs fine locally.

---

<div class="post-metadata">

### Author: ![featheredtoast](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/featheredtoast/32/116994_2.png) [@featheredtoast](https://meta.discourse.org/u/featheredtoast)
#### Post date: [April 19, 2020, 10:10pm UTC](https://meta.discourse.org/t/latest-update-to-group-tracker-plugin-breaks-posting/148293/5 "2020-04-19T22:10:17Z")

</div>

Those commits actually fix it against the latest master, as it was broken due to the introduction of promises to the composer code… this one in particular:

[https://github.com/discourse/discourse-group-tracker/commit/2091e4ae2c9b3757c90dd0be790ff88f3a97b9a3](https://github.com/discourse/discourse-group-tracker/commit/2091e4ae2c9b3757c90dd0be790ff88f3a97b9a3)

Try rebuilding again with the latest plugin.

---

<div class="post-metadata">

### Author: ![Hifihedgehog](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/hifihedgehog/32/140207_2.png) [@Hifihedgehog](https://meta.discourse.org/u/Hifihedgehog)
#### Post date: [April 20, 2020, 12:24am UTC](https://meta.discourse.org/t/latest-update-to-group-tracker-plugin-breaks-posting/148293/6 "2020-04-20T00:24:27Z")

</div>

Fixed. Like they say, all’s well that ends well. A **huge** thank you to all involved!

 ![image](https://global.discourse-cdn.com/meta/original/3X/d/f/df56513f9e15da87f160a514e9c437a3c8fdefd1.gif)

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [April 20, 2020, 2:08am UTC](https://meta.discourse.org/t/latest-update-to-group-tracker-plugin-breaks-posting/148293/7 "2020-04-20T02:08:07Z")

</div>


