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

Display 400 when access user own page #58

Closed
kyoncy opened this issue Oct 11, 2021 · 3 comments · Fixed by #60
Closed

Display 400 when access user own page #58

kyoncy opened this issue Oct 11, 2021 · 3 comments · Fixed by #60
Labels
Type: Bug Bug or Bug fixes

Comments

@kyoncy
Copy link

kyoncy commented Oct 11, 2021

寄付に関しての関心が高まったこともあり philan.net を使わせてもらっています。
簡単に管理できるので使い続けようと思っています。

私自身のユーザーページにアクセスすると400が表示されてしまうため報告させていただきました。
https://philan.net/user/kyoncy

json, feed に関しては取得可能です。

@azu azu added the Type: Bug Bug or Bug fixes label Oct 11, 2021
@azu
Copy link
Owner

azu commented Oct 11, 2021

ちょっとユーザ一覧に使ってるKVSのデータがおかしくなってる気がしますね。
調べてみます。

@kyoncy
Copy link
Author

kyoncy commented Oct 11, 2021

対応してくださりありがとうございます。
今確認したところ、ユーザーページが問題なく表示されました。

@azu
Copy link
Owner

azu commented Oct 11, 2021

上のKVSはちょっと勘違いでした。
KVSにはちゃんと kyoncy は存在していたので、データを取得するときに失敗してエラーになっているのかもしれないです。
JSONとFeedも基本的に取得の仕組みは同じなので、KVSから取得に失敗したものがキャッシュされてしまっていた可能性が高そうです。

先ほど、空デプロイしてキャッシュを消したのでそれで解決されたのだと思います。
根本対応は別途Issueを作りましたので、そちらで対応します。
#59

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Bug or Bug fixes
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants