Hello! I did a test by developing a dashboard that displays data from the Appwrite database, when I changed the data through the Vercel hosting or updated the data manually through the Appwrite dashboard, the data didn't change on the dashboard until several hours later.
Unlike on localhost when I refreshed the page then the data display also changes instantly.
Do I need a subscription for this or is there anything left for me to code so the dashboard on Vercel can display the data in real-time when I refreshed the page?
Recommended threads
- self-hosted auth: /v1/account 404 on saf...
Project created in React/Next.js, Appwrite version 1.6.0. Authentication works in all browsers except Safari (ios), where an attempt to connect to {endpoint}/v1...
- Having issues with login via CLI
``` ~/appwrite appwrite login --endpoint https://localhost/v1 --verbose ? Enter your email myvalidemai...
- delete document problems
i don't know what's going on but i get an attribute "tournamentid" not found in the collection when i try to delet the document... but this is just the document...