You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to get the actual count of pending appointments through StatCard count{appointments.pendingCount}, but for some reason the page is rendering only the initialCount: 0, yes I've created an appointment in appwrite and followed along with the video to every point.
Where should I console.log to check for errors???
Someone please provide me the solution for this.
The text was updated successfully, but these errors were encountered:
In appointment.actions.ts use console.log(data) in getRecentAppointmentList if it gives document: [ ], totalcount:0 , pendingcound:0 etc, then it fetching problem..
Just remove query part as it is optional , and then check appointment_data , hope it works for you
I've been trying to get the actual count of pending appointments through StatCard count{appointments.pendingCount}, but for some reason the page is rendering only the initialCount: 0, yes I've created an appointment in appwrite and followed along with the video to every point.

Where should I console.log to check for errors???
Someone please provide me the solution for this.
The text was updated successfully, but these errors were encountered: