router.refresh() from next/navigation doesnt working
Here in my component I have onSubmit which every time a task is added, it must reload the page, but it is not reloading after the onSubmit function is called, I have already checked and I do not receive errors in the console, even the toast is sent, but the refresh () is not done