Next.js Discord

Discord Forum

Is Next.js not showing GET requests in the terminal anymore?

Unanswered
Argentine ant posted this in #help-forum
Open in Discord
Argentine antOP
I've noticed that fetch requests/cache status are not showing the the terminal, did I mess up a setting or has this feature been removed in the latest versions?

1 Reply

Argentine antOP
looks like
  logging: {
    fetches: {
      fullUrl: true/false,
    },
  },
needs to be added to the next.js config now