bmzero3@kbin.asdfzdfj.xyztoFediverse@lemmy.world•What is going on with kbin - a week has passed with no sign of any life
1·
10 months agoAgreed, I also hope for this to be the case (and tried my besht to facilitate it), but as you can see you could say that mbin’s community building is …not so great right now.
this is still somewhat speculative but if you’re running this behind a proxy, you might want to configure either nginx realip module or equivalent, or this: https://symfony.com/doc/current/deployment/proxies.html so it could see and work with real user ip, if you haven’t done so already (only do one of them, not both)
currently suspecting that this is the big part on why it hit 429 rate limit when it shouldn’t be: the rate limiter probably only sees the proxy address, not the users, and so it ended up rate limiting the entire proxy instead of individual clients/users