fetch problem
702
작성한 질문수 8
if I use fetch, I have a problem like below.. what am I going to do???
Failed to load https://yts.ag/api/v2/list_movies.json?sort_by=rating: Redirect from 'https://yts.ag/api/v2/list_movies.json?sort_by=rating' to 'https://yts.am/api/v2/list_movies.json?sort_by=rating' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:3000' is therefore not allowed access. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
App.js:33 TypeError: Failed to fetch
답변 5
1
that movie database server url has changed. so you should change your url like 'https://yts.am/api/v2/list_movies.json?sort_by=rating'
In other words 'https://yts.ag/api/v2/list_movies.json?sort_by=rating' is not supported any more. please use 'https://yts.am/api/v2/list_movies.json?sort_by=rating'
0
안녕하세요. 노마드코더입니다. 저희가 인프런에서 질문/답변은 지원을 하지 않고 있습니다. youtube 링크에 직접 댓글로 달아주시거나. 저희 노마드아카데미 (https://academy.nomadcoders.co) 에서 질문해주시기 바랍니다. 고맙습니다.
서브에이전트 실행중에도 대기해야 할까요?
0
6
1
소스코드 제공여부
0
7
1
궁금했던 질문입니다. 바로 콤마위치 입니다.
0
7
1
선생님 공유해주신 핸드북에 링크가 몇개 잘못되었어요
0
12
2
62강 실습자료가 잘못되었습니다.
0
13
1
코드 자료는 없는걸까요?
0
20
2
37강에서 ROADMAP.md 파일
0
22
2
.claude, setting~, permission 했을 때 Bash 안 보여요
0
15
2
[미션4] open with Live Server 클릭시 브라우저 안뜸
0
17
3
???
0
261
0
에러가 뜹니다
0
238
1
why propTypes use duplicate?
0
214
1
await, async for the functional component
0
263
1
function in functional components
0
184
1
useEffect in the functional components
0
194
1
State in a functional components
0
208
1
component가 없어요
0
193
1
access denied
0
206
1
yarn build 에러 떠서
0
466
1
yarn start error
0
379
1
아무나 답변 좀 부탁드려요
0
229
2
후기
0
151
1
root안에 모든걸 넣는다고 하시는데
0
142
1
about this.setState
0
125
1





