작성
·
263
0
영화 디테일 정보를 이 api 사용하여 호출하면
https://developers.themoviedb.org/3/movies/get-movie-details
아래와 같은 error가 발생합니다.
Access to fetch at 'https://developers.themoviedb.org/3/movies/get-movie-details/movies/663712' from origin 'http://localhost:3000' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
어느 부분을 수정해야 하는 지 알려주세요
감사합니다.
답변 1
0
API를 바꿔해결 했습니다.
그런데
<YouTube
videoId=${PreTrailerKey}
opts={opts}
onReady={onPlayerReady}
/>
videoID 를 동적으로 위와 같이하면
유튜브 실행이 되지 않습니다.
동적 변수 처리 방법을 알려주세요