nekoplanet / misskey

🌎 An interplanetary microblogging platform 🚀
https://nekoplanet.xyz/
GNU Affero General Public License v3.0
4 stars 1 forks source link

[bug] 검색 과정에서 더보기 무한로딩 #15

Closed HotoRas closed 1 month ago

HotoRas commented 2 months ago

💡 Summary

검색을 하다가 더보기 기능을 활성화(무한 스크롤 등)하면 그 상태에서 무한로딩이 발생함

🥰 Expected Behavior

다음 쿼리가 표시되거나 EOF로 쿼리가 중단되어야 함

🤬 Actual Behavior

무한로딩

📝 Steps to Reproduce

  1. 냥별에서 검색
  2. 스크롤 다운
  3. 짜잔

💻 Frontend Environment

* Model and OS of the device(s): N/A
* Browser: Chrome 116+
* Server URL: https://nekoplanet.xyz
* Misskey: 2024.7.0-neko.1 (code 2024.7.0 - no code-level patch)

🛰 Backend Environment (for server admin)

* Installation Method or Hosting Service: docker compose
* Misskey: 2024.7.0-neko.1
* Node: 20
* PostgreSQL: 15
* Redis: 7
* OS and Architecture: Ubuntu 24.04 LTS aarch64

Do you want to address this bug yourself?