When I used the "append_to_response" in my api and call from local, I get all the fields I need. But when I deploy my site to netlify, I only get the basic information for a moive. And all the files I put after "append_to_response" are gone. Is there any reason for that?
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة mouseswimming
بتاريخ أكتوبر 17, 2023 في 10:04 مساءا
Actually, I found the api just ignore all my query. And all these api calls working in my local correctly.
https://vivian-entertainment-nuxt.netlify.app/api/tmdb/movie/now_playing?**page=3**&language=en
But in response, I can see it still point to page 1. { "dates": { "maximum": "2023-10-16", "minimum": "2023-08-29" }, "page": 1,
رد بواسطة mouseswimming
بتاريخ أكتوبر 17, 2023 في 10:31 مساءا
nvm, it is my config issue