inaturalist / iNaturalistAndroid

Android app for iNaturalist.org
https://market.android.com/details?id=org.inaturalist.android
MIT License
165 stars 57 forks source link

Project journals don't load on project pages #1197

Closed tiwane closed 2 years ago

tiwane commented 2 years ago

From https://forum.inaturalist.org/t/news-tab-within-projects-endlessly-loading-in-app/29444

(version 1.26.9 - 539; user id - tiwane; Android API = 31)

  1. Go to a project you know has a journal post (eg https://www.inaturalist.org/projects/lgbtq-naturalists)
  2. Tap on News
  3. You see a blank page with an endless spinner.
pleary commented 2 years ago

This may have been fixed in inaturalist/inaturalist@23fdb1c. I suspect the posts index endpoint was being exposed before the Rails 6 upgrade, but hasn't since the upgrade after we removed a default catch-all route. The API endpoint for fetching project posts is working again, so could be worth having this user retry in the Android app

bwendellj commented 2 years ago

I'm unable to reproduce this issue on the Android App version 1.26.11 (541). Using the steps outlined on the original issue, I'm seeing a journal post.

kueda commented 2 years ago

Yeah, I can't reproduce either.