# useFetch only prevents multiple requests when `key` option is set
useFetch is fired twice if server returns with a 500 Error
3.xpending triage
The useFetch function sends 2 requests every time it is called
3.xpending triage
Only the last useFetch fires in a component with multiple fetches
3.xpending triage
`useFetch` makes duplicate requests on client-side page navigation when wrapped in a composable
pending triageneeds reproduction
useFetch calls with duplicate generated keys throw "Request aborted" error
pending triagepossible regression