HELP My ISR Page doesn't load newer post from WP
Unanswered
American Chinchilla posted this in #help-forum
American ChinchillaOP
Hi everyone!
So, I built a headless WP with Next.js, and I got an issue with the ISR; whenever there's a new post, it should be "reset" to a certain page to get a new one.
Here is my code to get WP post from WordPress:
https://github.com/madebyaris/madebyaris.com/blob/main/lib/wordpress.ts
I currently use Vercel as my host.
On dev mode, I noticed that it's correctly showing the post and will reflect it whenever it is updated.
The AI suggests making the revalidation 0; it's a bad scenario to always refresh it.
Here is my full repo:
https://github.com/madebyaris/madebyaris.com/
https://madebyaris.com/
At first, I thought the issue was in WP, but when I saw the API, it correctly showed me the latest post and a newer one.
So, I built a headless WP with Next.js, and I got an issue with the ISR; whenever there's a new post, it should be "reset" to a certain page to get a new one.
Here is my code to get WP post from WordPress:
https://github.com/madebyaris/madebyaris.com/blob/main/lib/wordpress.ts
I currently use Vercel as my host.
On dev mode, I noticed that it's correctly showing the post and will reflect it whenever it is updated.
The AI suggests making the revalidation 0; it's a bad scenario to always refresh it.
Here is my full repo:
https://github.com/madebyaris/madebyaris.com/
https://madebyaris.com/
At first, I thought the issue was in WP, but when I saw the API, it correctly showed me the latest post and a newer one.