Next.js Discord

Discord Forum

Verbose Fetch Logging

Unanswered
Atlantic salmon posted this in #help-forum
Open in Discord
Atlantic salmonOP
Hi, recently I've been seeing extensive logging of fetch requests. I'm using Sanity and checked with their community to make sure it's not their issue/feature. I'm thinking I may be missing some next flag here? Logs look as follows:

-  ┌ GET /research/publications 200 in 740ms
   │
   ├──── GET https://...apicdn.../v2023-07-07/data/query/..?query=*%5B_type.. 200 in 284ms (cache: MISS)
   │
   ├── 1 level ── GET https://...apicdn.../v2023-07-07/data/query/..?query=array%3A%.. 200 in 113ms (cache: MISS)
   │
   ├── 1 level ── GET https://...apicdn.../v2023-07-07/data/query/..?query=array%3A%.. 200 in 68ms (cache: MISS)
   │
   ├── 1 level ── GET https://...apicdn.../v2023-07-07/data/query/..?query=array%3A%.. 200 in 78ms (cache: MISS)
   │
   └── 1 level ── GET https://...apicdn.../v2023-07-07/data/query/..?query=array%3A%.. 200 in 71ms (cache: MISS)


Any idea on what's going on is greatly appreciated!

0 Replies