velog-server
velog-server copied to clipboard
글 생성/수정 이후 리다이렉션이 되지 않는 현상
- 어제부터 벨로그에서 글을 생성하거나 수정을 시도시 원래 되던 리다이렉션이 되지 않습니다
- 글 생성하기/수정하기 버튼을 누르면 생성, 수정 자체는 되고 있습니다. (리다이렉션만 안됨)
- 오류 발생전에 썸네일을 여러장 수정했었는데, 이후부터 오류가 발생하고 있습니다.
네트워크 요청 정보랑 결과는 아래와 같습니다. 혹시 해결할 수 있는 방법이 있을까요?
fetch("https://v2.velog.io/graphql", { "headers": { "accept": "/", "accept-language": "ko,en-US;q=0.9,en;q=0.8,ja;q=0.7,ku;q=0.6", "content-type": "application/json", "sec-ch-ua": ""Not_A Brand";v="99", "Google Chrome";v="109", "Chromium";v="109"", "sec-ch-ua-mobile": "?0", "sec-ch-ua-platform": ""macOS"", "sec-fetch-dest": "empty", "sec-fetch-mode": "cors", "sec-fetch-site": "same-site" }, "referrer": "https://velog.io/", "referrerPolicy": "strict-origin-when-cross-origin", "body": "{"operationName":"EditPost","variables":{"id":"e58f3fc2-15f5-4652-8cbe-409f448d46e0","title":"State Hook[React]","body":"※ 공식문서를 읽고 정리한 글입니다.\n\n출처:\nhttps://ko.reactjs.org/docs/hooks-state.html","tags":["React"],"is_markdown":true,"is_temp":false,"is_private":false,"url_slug":"State-HookReact","thumbnail":"https://velog.velcdn.com/images/nhs075241/post/a2838e83-e56f-4eb8-bfc0-de41eb43749f/image.png","meta":{"short_description":"※ 공식문서를 읽고 정리한 글입니다.출처:https://ko.reactjs.org/docs/hooks-state.html"},"series_id":"264206a2-a1fe-468a-b934-3f02dbc7ff65"},"query":"mutation EditPost($id: ID!, $title: String, $body: String, $tags: [String], $is_markdown: Boolean, $is_temp: Boolean, $is_private: Boolean, $url_slug: String, $thumbnail: String, $meta: JSON, $series_id: ID) {\n editPost(id: $id, title: $title, body: $body, tags: $tags, is_markdown: $is_markdown, is_temp: $is_temp, is_private: $is_private, url_slug: $url_slug, thumbnail: $thumbnail, meta: $meta, series_id: $series_id) {\n id\n title\n released_at\n updated_at\n tags\n body\n short_description\n is_markdown\n is_private\n is_temp\n thumbnail\n comments_count\n url_slug\n user {\n id\n username\n profile {\n id\n display_name\n thumbnail\n short_bio\n __typename\n }\n velog_config {\n title\n __typename\n }\n __typename\n }\n comments {\n id\n user {\n id\n username\n profile {\n id\n thumbnail\n __typename\n }\n __typename\n }\n text\n replies_count\n level\n created_at\n level\n deleted\n __typename\n }\n series {\n id\n name\n url_slug\n series_posts {\n id\n post {\n id\n title\n url_slug\n user {\n id\n username\n __typename\n }\n __typename\n }\n __typename\n }\n __typename\n }\n __typename\n }\n}\n"}", "method": "POST", "mode": "cors", "credentials": "include" });
fetch("https://v2.velog.io/graphql", { "headers": { "accept": "/", "accept-language": "ko,en-US;q=0.9,en;q=0.8,ja;q=0.7,ku;q=0.6", "sec-fetch-dest": "empty", "sec-fetch-mode": "cors", "sec-fetch-site": "same-site" }, "referrer": "https://velog.io/", "referrerPolicy": "strict-origin-when-cross-origin", "body": null, "method": "OPTIONS", "mode": "cors", "credentials": "omit" });
해결된지 알았는데 다시 오류가 발생하네요...