- I’m working on a Next.js project with a table showing order data.
- Caching is disabled for this table.
- The admin panel has a dropdown to update the order status.
- Status updates are saved correctly in the backend and database.
- In the V0 preview, the updated status also shows on the frontend.
- But when deployed on Vercel, the updated status doesn’t reflect on the frontend.
- Some UI features like animations and transparent backgrounds are also missing in the preview but work after deployment.
the frontend update in preview but not when deployed like why is these cache which also i have disabled for these even then also its happening help anybody