We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
非ログイン時にも、ユーザープロフィールの「メモを追加」が表示される。 保存のためのサーバーへのPOSTは401 Unauthorizedで弾かれる(これは当たり前)が、エラーが表示されないのでユーザーは保存されていないことが分からない。
サーバーへの保存時に飛ぶリクエストの詳細 ※この動作自体は期待される通りであり、問題ない endpoint: /api/users/update-memo payload: {"memo":"testnote","userId":"9lx7w9jw48"} response: {"error":{"message":"Credential required.","code":"CREDENTIAL_REQUIRED","id":"1384574d-a912-4b81-8601-c7b1c4085df1","kind":"client"}}
非ログイン時はユーザープロフィールの「メモを追加」が表示されない。または非ログイン時は保存できない旨を表示する。
非ログイン時にユーザープロフィールの「メモを追加」が表示され、入力できる。
* Model and OS of the device(s): 任意のデバイス * Browser: 任意のブラウザ * Server URL: 任意のサーバー * Misskey: 任意のバージョン(issue作成時点のdevelop, 2023.11.x, 2023.10.xで確認済み)
* Installation Method or Hosting Service: 任意の方法/サービス * Misskey: 任意のバージョン(issue作成時点のdevelop, 2023.11.x, 2023.10.xで確認済み) * Node: * PostgreSQL: * Redis: * OS and Architecture:
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
💡 Summary
非ログイン時にも、ユーザープロフィールの「メモを追加」が表示される。
保存のためのサーバーへのPOSTは401 Unauthorizedで弾かれる(これは当たり前)が、エラーが表示されないのでユーザーは保存されていないことが分からない。
サーバーへの保存時に飛ぶリクエストの詳細
※この動作自体は期待される通りであり、問題ない
endpoint: /api/users/update-memo
payload: {"memo":"testnote","userId":"9lx7w9jw48"}
response: {"error":{"message":"Credential required.","code":"CREDENTIAL_REQUIRED","id":"1384574d-a912-4b81-8601-c7b1c4085df1","kind":"client"}}
🥰 Expected Behavior
非ログイン時はユーザープロフィールの「メモを追加」が表示されない。または非ログイン時は保存できない旨を表示する。
🤬 Actual Behavior
非ログイン時にユーザープロフィールの「メモを追加」が表示され、入力できる。
📝 Steps to Reproduce
💻 Frontend Environment
🛰 Backend Environment (for server admin)
The text was updated successfully, but these errors were encountered: