Why I can’t navigate to the ” event details ” page Using “router.push” of next.js?
I am working with next.js 14, and after I did the submission of the event form, I haven’t gotten to the event details page, it seems like the router.push
doesn’t work and I stay on the same page, but when I access the URL directly and manually from the browser I got redirected to the event details page.