Hi, i opened my proyect and nothing appeared. "to load resource: the server responded with a status of 404 ()" Something happened with de api?
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by Travis Bell
on May 5, 2023 at 2:44 PM
Hi @florvelez, what's the request that returned a 404?
Reply by Florencia
on May 6, 2023 at 7:51 PM
These are my variables where i have the api and also api key
And then i FETCH the const url.
URL returns 404
Reply by ticao2 š§š· pt-BR
on May 7, 2023 at 10:31 AM
That 404 error message could be two things.
See the list of TMDb server error warnings here.
https://www.themoviedb.org/documentation/api/status-codes
In your case:
If you're using API v4 maybe it's something related to the TOKEN.
Reply by Travis Bell
on May 7, 2023 at 12:18 PM
That doesn't show us the request you're making.
You can see here that discover is working fine, so you'll have to play with your code to see what's wrong:
Reply by Florencia
on May 8, 2023 at 10:18 AM
I solved it! it was because of the authorization method. Thanks for the support