Data from the Notion API not updating when deployed NextJS app on Vercel
I have a blog application in NextJS that takes the posts content from the Notion API. It works perfectly running on localhost, I make changes in Notion and they are loaded normally. But using the Vercel production deploy, the changes are not loaded when there are changes in Notion. What could be happening?
Data from the Notion CMS not updating when deployed NextJS app on Vercel
I have a blog application in NextJS that takes the posts content from the Notion API. It works perfectly running on localhost, I make changes in Notion and they are loaded normally. But using the Vercel production deploy, the changes are not loaded when there are changes in Notion. What could be happening?