I'm working on a NextJS 13 project and so far I was using 13.4.4 version. In the DEV mode (yarn run dev
), there was a nice information about the currently handled FETCH requests from Next's fetch
.
It was looking like this and was super useful for understanding what is going on with all the fetch requests and if there is a cache HIT or MISS. After updating to [email protected] it is gone. I am not sure what is the name of it and what to google for.
I would highly appreciate your help!