fetch problem
725
8 câu hỏi đã được viết
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
Câu trả lời 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
7
1
mission12-01 guide.md파일 누락
0
7
1
슬라이드 오타
0
12
0
전체적인 개발에 대해 문의드립니다.
1
30
1
자료집 관련
0
13
2
13. (App 2) 기본기 훈련 에서
0
23
1
챌린지 시작일 문의
0
26
0
2. 어떤 도구를 사용하는 것이 가장 유리할까? 강의 중
0
25
1
줄바꿈 시 \ 필수인가요?
0
36
2
???
0
263
0
에러가 뜹니다
0
245
1
why propTypes use duplicate?
0
217
1
await, async for the functional component
0
267
1
function in functional components
0
189
1
useEffect in the functional components
0
198
1
State in a functional components
0
211
1
component가 없어요
0
198
1
access denied
0
207
1
yarn build 에러 떠서
0
474
1
yarn start error
0
384
1
아무나 답변 좀 부탁드려요
0
239
2
후기
0
158
1
root안에 모든걸 넣는다고 하시는데
0
146
1
about this.setState
0
127
1

