mo-ri-regen / qin-todo-frontend

QinToDoフロントエンド開発
qin-todo-frontend.vercel.app
1 stars 0 forks source link

複写時の更新処理 #143

Open takasaki376 opened 2 years ago

takasaki376 commented 2 years ago

後はリファクタリングのみと言っていましたが、途中まで修正していたので、終わらせました

vercel[bot] commented 2 years ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
qin-todo-frontend ✅ Ready (Inspect) Visit Preview May 30, 2022 at 2:38PM (UTC)
yoko-at-home commented 2 years ago

更新処理ありがとうございます!!!確認をはじめたのですが、 qin-todo_1 | KeyError: 'DEVELOPMENT_KEY' Dockerでエラーになるようなのですが、DEVELOPMENT_KEYって何のことかわかりますか?

takasaki376 commented 2 years ago

@yoko-at-home バックエンド側の.envでしょうか?

https://github.com/mo-ri-regen/qin-todo-backend/blob/develop/.env.sample

yoko-at-home commented 2 years ago

DEVELOPMENT_KEY=localを追加したら起動しました!!

yoko-at-home commented 2 years ago

それぞれでエラーになってしまいます。バックエンドも最新をプルしていると思います。 スクリーンショット 2022-05-31 212226 スクリーンショット 2022-05-31 212226

yoko-at-home commented 2 years ago

自分のFirebaseの設定と思われます

yoko-at-home commented 2 years ago

つぎのようなエラーがでるのですが、これに対処するコード は実装されていますね。

rs\asyncToGenerator.js:3:24) {  errorInfo: {    code: 'app/invalid-credential',    message: 'Failed to parse private key: Error: Invalid PEM formatted message.'  },  codePrefix: 'app'
}
takasaki376 commented 2 years ago

あと、5分ぐらいで帰宅するので、見てみます。 バックエンド通したテストは実施してなかったです。

yoko-at-home commented 2 years ago

まだ火曜日ですし、遅いので無理しないでください。 お疲れ様です!!!

takasaki376 commented 2 years ago

想定ではバックエンド側に原因がありそうです。 500 Internal Server Errorの部分がサーバー側のエラーです。

"PUT /tasks/836c7f96-2ded-4a66-a7b0-aee34fcd7556 HTTP/1.1" 500 Internal Server Error
yoko-at-home commented 2 years ago

とりあえず、Mockで複写が問題なくできることを確認しました。これは承認してマージして終えば良いでしょうか?

takasaki376 commented 2 years ago

フロント側は大丈夫だと思いますので、マージしても大丈夫です