silverheart
silverheart
Explore posts from servers
TTCTheo's Typesafe Cult
Created by silverheart on 10/31/2023 in #questions
New to T3, having some questions with useQuery
const { data , isLoading: galleryLoaded }= api.gallery.getAll.useQuery(); if this line returns a 429 error "TOO many requests" the call gets made again 4 times. What could be the issue here ? Also how can I show a toster notification if I get an error
1 replies