Next.js Discord

Discord Forum

how do I make it update the messages when table messages update?

Unanswered
Taiwan Dog posted this in #help-forum
Open in Discord
Avatar
Taiwan DogOP
when user deletes the item I have made it so it updates the 'deleted_at' row, but unless I reload the page, the message stays there.
Image

3 Replies

Avatar
European sprat
Read the caching page in the docs
You either revalidate the path/tag or use router.refresh() or other methods