Values from DB not updating
Unanswered
Sloth bear posted this in #help-forum
Sloth bearOP
Hey, I'm currently trying to make a todo app with Typescript, Next, Prisma, and MongoDB.
The component which displays all of the todo tasks from the DB doesn't seem to be updating in real time. Whenever a new value is added, I have to stop the server from running, delete the
Repo: https://github.com/j0of/todo-next
In addition, if someone could recommend to me a comprehensive tutorial/course for building a todo app with the same tools as mentioned above, that would be really appreciated :-) So far I've just been winging it with snippets of code from online and Github Copilot 😅
The component which displays all of the todo tasks from the DB doesn't seem to be updating in real time. Whenever a new value is added, I have to stop the server from running, delete the
.next directory, then start the server again.Repo: https://github.com/j0of/todo-next
In addition, if someone could recommend to me a comprehensive tutorial/course for building a todo app with the same tools as mentioned above, that would be really appreciated :-) So far I've just been winging it with snippets of code from online and Github Copilot 😅
1 Reply
Sloth bearOP
Bump