velopert / velog

https://velog.io/
MIT License
755 stars 135 forks source link

글작성시 썸네일에 한글 파일명이 들어가면 글작성에 실패함. #63

Closed junwoochoi closed 5 years ago

junwoochoi commented 5 years ago

400 에러와 함께 작성 실패 토스트가 띄어집니다.

default 1

junwoochoi commented 5 years ago

response 는 {"name":"WRONG_SCHEMA","payload":{"isJoi":true,"name":"ValidationError","details":[{"message":"\"thumbnail\" must be a valid uri","path":["thumbnail"],"type":"string.uri","context":{"value":"https://images.velog.io/post-images/junwoo4690/305fe410-feb0-11e8-b36d-730e280a70f3/스크린샷-2018-09-15-오후-2.15.15.png","key":"thumbnail","label":"thumbnail"}}],"_object":{"thumbnail":"https://images.velog.io/post-images/junwoo4690/305fe410-feb0-11e8-b36d-730e280a70f3/스크린샷-2018-09-15-오후-2.15.15.png","title":"2018-12-13 17:12 작성됨","body":"2018-12-13 17:12 작성됨","tags":[],"is_temp":false,"categories":[],"meta":{"code_theme":"","short_description":null},"url_slug":"2018-12-13-1712-작성됨-a8jpmc584b","is_private":false}}}

입니다

velopert commented 5 years ago

고친것..같긴한데 제 컴퓨터에서는 재현이 안돼서 확인을 못해봤습니다. 한번 재시도 하시고 문제발생하면 다시 이슈 열어주세요

junwoochoi commented 5 years ago

고쳐진것 같습니다. 감사합니다!