Avinash905/HealthBooker

cannot find the any data in the mongodb instance

Opened this issue · 2 comments

Even after successful user account registration, booking appointments, login, in my mongodb dashboard, the collection is empty.

did u get an soln to this ..unfortunately I am also facing the same issue @justkelvin ???

hi @justkelvin ,
was facing the same issue..the problem lies in the fetch operation in register.jsx in pages folder ..it is an asynchronous operation and hence use await before fetch(..){} ..it will resolve the issue for you !!