# בעיות כאשר אני מפעיל את ה-Component, אולי בלוקים של הימני Side Bar?

**URL:** https://meta.discourse.org/t/issues-when-i-enable-component-maybe-right-sidebar-blocks/343964
**Category:** Support
**Created:** [23 בדצמבר,‏ 2024,‏ 12:42am UTC](https://meta.discourse.org/t/issues-when-i-enable-component-maybe-right-sidebar-blocks/343964 "2024-12-23T00:42:35Z")
**Posts on this page:** 1
**Showing post:** 12

<div class="post-metadata">

### Author: ![thoka](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/thoka/32/115652_2.png) [@thoka](https://meta.discourse.org/u/thoka)
#### Post date: [25 בדצמבר,‏ 2024,‏ 6:14am UTC](https://meta.discourse.org/t/issues-when-i-enable-component-maybe-right-sidebar-blocks/343964/12 "2024-12-25T06:14:14Z")

</div>

If you work from a fixed IP, you could exclude your IP from rate limiting:

> [@Available settings for global rate limits and throttling](https://meta.discourse.org/t/available-settings-for-global-rate-limits-and-throttling/78612/71):
>
> It looks to me like if you have the [web.ratelimited.template.yml](https://github.com/discourse/discourse_docker/blob/main/templates/web.ratelimited.template.yml) installed, then these don’t matter since stuff gets rate limited by NGINX before it gets to Discourse, right? That’s how it seems from my nginx logs. My short term solution is to add my IP address to the local IP list, so it gets past NGINX. I guess the thing to do is remove the ratelimited template to make these have any meaning?

For a first test, I would skip rate limiting completely (just don’t use `web.ratelimited.template.yml`)

> [@sandra.mccollum](#):
>
> I bet you are correct, so what are good but more lax values for these settings in /var/discourse/templates/web.ratelimited.template.yml? Is it simply trial and error?

You might find the origin of the requests by browsing through nginx logs:

```plaintext
 ./launcher enter app
less /var/log/nginx/access.log

```

---

_[View the full topic](https://meta.discourse.org/t/issues-when-i-enable-component-maybe-right-sidebar-blocks/343964)._
