Closed copetit closed 2 years ago
現在、他のInputはForm Dataに入れてないため、出力されてないですが https://github.com/copetit/whereareyou/issues/64でForm Dataに追加してCreatePostingに投げることで問題ないと思います。
"downlevelIteration": true
ここはhttps://github.com/copetit/whereareyou/blob/6ac759794ffb298efae4d56c57b40c347c1e9a92/frontend/src/Routes/Posting.tsx#L39-L42
res.data[‘imageUrl’]
のところでエラーになったのでtrue設定を追加したらしい
email形式を間違うことでファイルパスがconsole.logされることを目視できました。 <img width=“1182” alt=“스크린샷 2022-01-06 22 15 37" src=” https://user-images.githubusercontent.com/21287797/148388963-d4ea4967-7639-4e2d-ae2d-ad0b71b52c5f.png “> 動作に問題なかったのでマージしました。質問に対していろいろ回答もありがとうございました。
やること
createContentsAPIが別になっているため、postingAPIを読んでもまともなcontent形式ではDBに入らないです。 Posting APIでContentAPIが使えるように修正をしましょう。
参考URL
https://github.com/copetit/whereareyou/issues/41