The fetch made in your <Home />
component is being made server side as a server component. The browser isn't making that request so it makes sense that it wouldn't log anything. All the browser sees is the fetch's response as a react server component payload.