# House Ads admin unresponsive

**URL:** https://meta.discourse.org/t/house-ads-admin-unresponsive/340647
**Category:** Bug
**Tags:** advertising
**Created:** [December 5, 2024, 1:59pm UTC](https://meta.discourse.org/t/house-ads-admin-unresponsive/340647 "2024-12-05T13:59:40Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Overgrow](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/overgrow/32/478189_2.png) [@Overgrow](https://meta.discourse.org/u/Overgrow)
#### Post date: [December 5, 2024, 1:59pm UTC](https://meta.discourse.org/t/house-ads-admin-unresponsive/340647/1 "2024-12-05T13:59:40Z")

</div>

I think I found a bug.

After the last update (Installed 3.4.0.beta3-dev ([3cde55b76f](https://github.com/discourse/discourse/commits/3cde55b76f6d681a243876b360bd8368c0a81ac6)) the admin part of House Ads is unresponsive (buttons New, Settings, etc). I can’t click any active element in House Ads. No errors in console or error log. I have tried multiple browsers and removing cookies. Am I missing something?

Adplugin is the latest version.

---

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [December 5, 2024, 3:04pm UTC](https://meta.discourse.org/t/house-ads-admin-unresponsive/340647/2 "2024-12-05T15:04:41Z")

</div>

Any JS error in your browser’s console?

---

<div class="post-metadata">

### Author: ![Arkshine](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/arkshine/32/298682_2.png) [@Arkshine](https://meta.discourse.org/u/Arkshine)
#### Post date: [December 5, 2024, 3:06pm UTC](https://meta.discourse.org/t/house-ads-admin-unresponsive/340647/3 "2024-12-05T15:06:32Z")

</div>

I can reproduce, here the error:

 ![The image shows a JavaScript error message indicating a TypeError related to setting a property on an object with only a getter. (Captioned by AI)](https://global.discourse-cdn.com/meta/original/4X/7/0/a/70aadcb178d9e75cf904d18455a9343f5e4997fd.png)

It seems to be a side-effect of: [DEV: Update to native class syntax by davidtaylorhq · Pull Request #230 · discourse/discourse-adplugin · GitHub](https://github.com/discourse/discourse-adplugin/pull/230) .(this [file](https://github.com/discourse/discourse-adplugin/pull/230/files#diff-c02c6ad943a96137a5282c7935a68fb6cf615c05ef8b53b5d550df20d5719d6a))

---

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [December 6, 2024, 8:50am UTC](https://meta.discourse.org/t/house-ads-admin-unresponsive/340647/4 "2024-12-06T08:50:42Z")

</div>

@david ^^ looks like this one’s yours 😅

---

<div class="post-metadata">

### Author: ![david](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/david/32/157490_2.png) [@david](https://meta.discourse.org/u/david)
#### Post date: [December 6, 2024, 10:06am UTC](https://meta.discourse.org/t/house-ads-admin-unresponsive/340647/5 "2024-12-06T10:06:27Z")

</div>

Thanks for the report @Overgrow! This should fix it:

[https://github.com/discourse/discourse-adplugin/pull/234](https://github.com/discourse/discourse-adplugin/pull/234)

---

<div class="post-metadata">

### Author: ![david](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/david/32/157490_2.png) [@david](https://meta.discourse.org/u/david)
#### Post date: [December 7, 2024, 9:01am UTC](https://meta.discourse.org/t/house-ads-admin-unresponsive/340647/7 "2024-12-07T09:01:31Z")

</div>


