rafaelsilva81
Explore posts from serversTTCTheo's Typesafe Cult
•Created by rafaelsilva81 on 1/5/2024 in #questions
Syncing data from clerk sign up to database
Is there a way of syncing new user sign ups on a "User" table on a database without using webhooks?
7 replies
TTCTheo's Typesafe Cult
•Created by rafaelsilva81 on 2/22/2023 in #questions
react query not updating the `error` field on errors
I'm new to using react query and i'm using axios to fetch an REST API, the api is throwing a 4xx error but the
error
field of useQuery() is not updating, the same happens to isError
isLoading
stays true, so the application gets stuck on loading state forever. I've tried setting retry
option to false or 0 but still doesn't work5 replies
TTCTheo's Typesafe Cult
•Created by rafaelsilva81 on 2/2/2023 in #questions
Next-auth with auth0 immediate login
I'm making an app learning t3 stack and using auth0 as my login provider for next-auth, however, once I log in whenever I log out I don't get to see the auth0 login page again, so I can't switch accounts, how to achieve this?
2 replies