Aditya Kirad
Explore posts from serversRReactifluxDIAdiscord.js - Imagine an appKPCKevin Powell - CommunitySIASapphire - Imagine a frameworkPPrismaTTCTheo's Typesafe Cult
TTCTheo's Typesafe Cult
•Created by Aditya Kirad on 3/22/2024 in #questions
redirecting to custom error page if auth is canceled
hey folks I'm using discord for auth in my t3 app I want user to redirected to a custom error page if
oauth
is cancelled so I added
to authOption
but when I cancel the oauth
the user is get redirected to /api/auth/signin?error=Callback
instead2 replies
TTCTheo's Typesafe Cult
•Created by Aditya Kirad on 1/11/2024 in #questions
setuping prettier and eslint with new next app
3 replies
TTCTheo's Typesafe Cult
•Created by Aditya Kirad on 12/23/2023 in #questions
Loading UI not showing
hey folks I'm using the T3 stack with app router I'm fetching some data and on the basis of data I'm generating the component I have wrapped that in a Suspense and I provided a fallback also but until the components aren't ready the loading UI doesn't shows up the page loads with full content here is my code
14 replies
TTCTheo's Typesafe Cult
•Created by Aditya Kirad on 12/21/2023 in #questions
need help with customizing error page if auth is failed
hey folks I'm using
next-auth
NextJs 14 with app router can anyone tell me how can I customize the default error page if the auth is failed12 replies