# Path of theme components

**URL:** https://meta.discourse.org/t/path-of-theme-components/198110
**Category:** Support
**Created:** [July 25, 2021, 9:56am UTC](https://meta.discourse.org/t/path-of-theme-components/198110 "2021-07-25T09:56:29Z")
**Posts on this page:** 1
**Showing post:** 16

<div class="post-metadata">

### Author: ![Osama](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/osama/32/98013_2.png) [@Osama](https://meta.discourse.org/u/Osama)
#### Post date: [July 26, 2021, 12:52pm UTC](https://meta.discourse.org/t/path-of-theme-components/198110/16 "2021-07-26T12:52:25Z")

</div>

```ruby
Theme.where(user_selectable: true).update_all(user_selectable: false)
Theme.where(auto_update: true).update_all(auto_update: false)
Theme.clear_default!

```

Can you try these in the rails console and see if you can load your site afterwards? If not, can you try rebuilding?

---

_[View the full topic](https://meta.discourse.org/t/path-of-theme-components/198110)._
