# useFetch does not de-duplicate requests
When the useFetch request is repeated, the data does not change
pending triageneeds reproduction
useFetch is fired twice if server returns with a 500 Error
3.xpending triage
useFetch calls with duplicate generated keys throw "Request aborted" error
pending triagepossible regression
`useFetch` makes duplicate requests on client-side page navigation when wrapped in a composable
pending triageneeds reproduction