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
Hi All
i purchased your course and follow the tutorial
Finally i get the server up and run at port : 8090
hit web browser with url : http://localhost:8090/api/threads .
---> {
participants: [ ],
messages: [ ],
threads: [ ]
}
what the heck?
read through your findDbThreadsPerUser.ts . --> it need to be passed with the participantId which is not in this case since we try to get all data for the app in the first time loading.
so what is your main ideal behind the scene?
Please advice me
Tommy
The text was updated successfully, but these errors were encountered:
Hi All
i purchased your course and follow the tutorial
Finally i get the server up and run at port : 8090
hit web browser with url : http://localhost:8090/api/threads .
---> {
participants: [ ],
messages: [ ],
threads: [ ]
}
what the heck?
read through your findDbThreadsPerUser.ts . --> it need to be passed with the participantId which is not in this case since we try to get all data for the app in the first time loading.
so what is your main ideal behind the scene?
Please advice me
Tommy
The text was updated successfully, but these errors were encountered: