Struggling with the useFetch composable in Nuxt 3, I am facing an issue. I need the request to be triggered only once regardless of the result.
Unfortunately, I haven't been able to figure out a way to achieve this. It keeps retrying when the request fails.
Is there a method within the Nuxt 3 useFetch composable to accomplish this?
After countless hours of searching on Google, I have come up empty-handed. I remain hopeful that there is a solution out there. Thank you in advance!