Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

설정 - 알림에서 테스트 알림을 생성할 수 없음 #422

Closed
1 task
ltlapy opened this issue Feb 25, 2024 · 3 comments
Closed
1 task

설정 - 알림에서 테스트 알림을 생성할 수 없음 #422

ltlapy opened this issue Feb 25, 2024 · 3 comments

Comments

@ltlapy
Copy link
Contributor

ltlapy commented Feb 25, 2024

💡 Summary

CherryPick Web에서 [설정 - 알림]을 통해 테스트 알림 생성 버튼을 클릭해도 아무런 반응이 없으며, 테스트 알림이 생성되지 않습니다.

🥰 Expected Behavior

알림에 테스트 알림 항목이 생성됩니다.

🤬 Actual Behavior

아무런 반응이 없으며, 개발자용 콘솔에서 TypeError: Cannot read properties of undefined (reading '0') 이라는 메시지가 표시됩니다.

📝 Steps to Reproduce

  1. 정상적인 CherryPick 계정을 사용하여 Web 클라이언트로 접속
  2. 설정 - 알림에서 '테스트 알림 보내기' 클릭

💻 Frontend Environment

* Model and OS of the device(s): Windows 11 23H2
* Browser: Microsoft Edge 121.0.2277.128 (공식 빌드) (64비트)
* Server URL: https://k.lapy.link/ and https://stella.place/
* CherryPick: 4.7.0-beta.3 and 4.6.0+cs-7a02ecb

> Misskey 2024.2.0에서 동일한 문제가 발생하지 않는 것을 확인했습니다

🛰 Backend Environment (for server admin)

> https://k.lapy.link 의 경우
* Installation Method or Hosting Service: docker compose
* CherryPick: 4.7.0-beta.3
* Node: *
* PostgreSQL: *
* Redis: *
* OS and Architecture: *

Do you want to address this bug yourself?

  • Yes, I will patch the bug myself and send a pull request
@ltlapy
Copy link
Contributor Author

ltlapy commented Feb 25, 2024

function testNotification(): void {
misskeyApi('notifications/test-notification');
}

notifications/test-notification API를 직접 때리면 정상적으로 작동하는데, UI 상 버튼을 누르면 반응이 없고, API 요청도 날아가지 않는군요

@noridev
Copy link
Collaborator

noridev commented Apr 3, 2024

vue상 코드는 Misskey의 것을 그대로 붙여 넣어도 작동하지 않는 걸 보면, 다른 부분에서 문제가 있는 것 같은데 도통 원인을 모르겠군요...
저 문제와 동일한 이유로 읽음 표시도 작동하지 않고 있네요..🥲

@noridev
Copy link
Collaborator

noridev commented Apr 3, 2024

319a537 에서 수정되었습니다!

@noridev noridev closed this as completed Apr 3, 2024
@noridev noridev mentioned this issue May 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants