Issues

These are known problems that we are working on. If you have any feedback that would help us fix these issues, please use the "Add a comment" link on the issue's page.
Messages need to be pluralized
Posted Jul 23, 2025

The above image is an example. We need to review where we make statements like this”5 people is,” and properly pluralize them.

More...

closed
User profile tabs not working - Activity, Photos & Videos tabs unresponsive
Posted Jul 23, 2025

Bug Description

The tabs on User show pages (Activity, Photos & Videos, etc.) are not functioning. When users click on these tabs, nothing happens.

Expected Behavior

Clicking on tabs should switch between different content sections on the user profile page.

Actual Behavior

Clicking on tabs does not trigger any action - the page remains on the same view.

Steps to Reproduce

  1. Navigate to any user profile page
  2. Click on any tab (Activity, Photos & Videos, etc.)
  3. Observe that nothing happens

Priority

High - This affects core navigation functionality on user profiles

More...

closed
Header images are just placeholders
Posted Jul 25, 2025

Card header images for Places, Groups, Events, etc. are just showing as placeholders after recent changes. This may have to do with our fallback system for loading full images while variants are being created. See "BCN Mature" in the screenshot below.

More...

closed
Critical UX: High page numbers shown in pagination but silently redirect to page 1
Posted Jul 27, 2025

Problem

When visiting https://oldergay.men/users, the pagination shows:

  • "Displaying items 1-21 of 83162 in total"
  • Page numbers up to 3961
  • But clicking on page 3961 (or any page > 500) silently redirects back to page 1

This is a terrible user experience that frustrates users who are trying to browse through the member list.

Background

We recently added:

  1. MemoryEfficientPagination concern with MAX_PAGE_NUMBER = 500 limit
  2. Cursor pagination as an alternative
  3. Page limit enforcement that redirects high pages to page 1

However, the pagination UI still shows all possible...

More...

closed
Pagination UX Issue: High page numbers redirect to page 1
Posted Jul 27, 2025

Problem

Users can see high page numbers in the pagination controls (e.g., page 4165 on /images) but clicking on them redirects back to page 1. This creates a terrible user experience where the pagination appears to offer access to pages that are actually inaccessible.

Current Status

  • Deployed fix: Completely disabled cursor pagination and removed page limit restrictions
  • Result: Issue persists - high page numbers still redirect to page 1
  • Investigation ongoing: There appears to be another mechanism causing the redirect that we haven't identified yet

Technical...

More...

closed
URGENT: Implement auto-restart monitor to handle H12 timeouts and crashes
Posted Jul 27, 2025

Problem

The site experiences frequent H12 timeout errors and crashes after deployments. The web dynos need to be manually restarted to restore service. This is causing significant downtime and user frustration.

Root Causes Identified

  1. Sidekiq Middleware Bug: Module.new was being used instead of Class.new in sidekiq_memory_killer.rb, causing NoMethodError exceptions
  2. Memory Issues: Web dynos approaching memory limits (512MB for Performance-M)
  3. H12 Timeouts: Requests taking longer than Heroku's 30-second limit
  4. Post-deployment instability: Site crashes...

More...

closed
Conversations with existing users say "No other user found in this conversation."
Posted Aug 06, 2025

More...

closed
"Menu" and "New" slideovers disappear as soon as they appear
Posted Nov 09, 2025
CRITICAL: /users page returning server error
Posted Jan 04, 2026

Problem

The https://oldergay.men/users page is returning a 500 Server Error. This has been ongoing for multiple days.

Impact

  • Users cannot browse the People directory
  • Core site functionality is broken

Priority

HIGHEST - This is a critical user-facing issue affecting a main navigation page.

Investigation needed

  • Check production logs for the specific error
  • Review recent deployments
  • Check database connection pool health
  • Review Pagy/pagination code for issues

πŸ€– Generated with Claude Code

More...

closed
Loading profiles...