Image uploading is broken
Our JFIF file handling was corrupting the uploaded files. We need to fix the problem going forward and try to recover the images still in the pipeline.
Default login pages are showing
Since upgrading to Rails 8, we're showing default login pages instead of ones embedded in our site's template.
Page problem reports aren't going through
Some photos are blocking Event views
Backtrace
line 60 of [PROJECT_ROOT]/app/controllers/events_controller.rb: show
line 20 of [PROJECT_ROOT]/app/middleware/deployment_retry_middleware.rb: call
line 63 of [PROJECT_ROOT]/app/middleware/redirect_middleware.rb: handle_normal_request
View full backtrace and more info at honeybadger.io
Image pages aren't showing
Duplicate user slugs are causing database errors
We get “Image not found” in image galleries
Still a JFIF problem? mfrost has an example in his favorites, currently on page 7:
https://oldergay.men/images?user=8553&page=7&limit=20
The site freezes on Android devices
Users are finding that the site locks up and won’t scroll after some time. Possibly related to the image gallery.
See also:
https://talk.oldergay.men/t/scrolling-issue-using-android-phone/
Some videos are not playing on all devices
All trips are showing embedded on pages
This is happening when we embed trips in a turbo frame, for example on:
https://oldergay.men/users/bartman2
It’s probably related to handling coordinate input instead of strings of place names.