@badsector@mastodon.gamedev.place
Post #4457474
2026-07-22 16:11 UTC
@codefloe@social.tchncs.de is it normal than when i visit a project's "closed" or "all" issues i get a "403 Forbidden" error ("Open" issues work)? E.g. clicking on "Closed" here shows the error: https://codefloe.com/crowci/crow/issues
Replies (1)
-
@codefloe@social.tchncs.de 2026-07-22 16:24
@badsector@mastodon.gamedev.place That shouldn't be, thanks for raising it! This is caused by our HAProxy ACL rules denying access if there are too many query parameters in the URL - which is what happens if you visit these paths as FJ will insert something like $URL?q=&type=all&sort=relevance&state=all&labels=&milestone=0&project=0&assignee=0&poster=0&archived=false We'll fix it and relax our ACL there. It's always a thin line between gating unwanted traffic and not affecting real users :)