Aditya Kirad
Explore posts from serversRReactifluxDIAdiscord.js - Imagine an appKPCKevin Powell - CommunitySIASapphire - Imagine a FrameworkPPrismaTTCTheo's Typesafe CultDTDrizzle TeamBABetter Auth
KPCKevin Powell - Community
•Created by Aditya Kirad on 4/3/2025 in #help
height changing on transition when it's not expected
Hey folks can anyone explain this issue right here https://play.tailwindcss.com/B78fB3wSNF whenever I hover or focus on the link I see scale transition which is expected but I also see the height changing but adding
after:will-change-transform
fixes the issue so can anyone explain why height is changing in transition26 replies
BABetter Auth
•Created by Aditya Kirad on 4/1/2025 in #help
not getting rate limited
Hey folks I'm testing the rate limit functionality and here is my code https://mystb.in/56596703647e0db856 even though I'm making more than 2 signIn request in one minute I'm not getting rate limited or any other error also please check if I'm handling the auth error correctly
9 replies
BABetter Auth
•Created by Aditya Kirad on 3/29/2025 in #help
session cookie not setting after signup
Hey folks here is the link to my current auth setup https://mystb.in/5609e26466b88cb244 I don't know why after I signup the session cookie is not setting session is creating in database
16 replies
DTDrizzle Team
•Created by Aditya Kirad on 3/20/2025 in #help
error while applying the migrations
Hey folks here is my code
https://mystb.in/37323971356998692b
currently I have set
DATABASE_URL
to file:./dev.sqlite
after generating the migrations using the drizzle-kit generate
when I apply the migrations drizzle-kit migrate
I get the following error
can anyone help me with this4 replies
BABetter Auth
•Created by Aditya Kirad on 3/17/2025 in #help
error in trying to create database schema with the cli
Hey folks here is my
better-auth
config
but every time I run npx @better-auth/cli generate
I get the following error
8 replies
KPCKevin Powell - Community
•Created by Aditya Kirad on 2/22/2025 in #front-end
weird shift and zoom of page when inspecting it

7 replies
PPrisma
•Created by Aditya Kirad on 10/14/2024 in #help-and-questions
unable to query the database with the SQLite libsql adapter

2 replies
KPCKevin Powell - Community
•Created by Aditya Kirad on 6/12/2024 in #front-end
background individual property not working similar to background shorthand
I don't why they are not giving the same results here are the jsfiddles where these properties are being used
https://jsfiddle.net/nmf1t3v8/
https://jsfiddle.net/q6kvw290/
2 replies
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
DIAdiscord.js - Imagine an app
•Created by Aditya Kirad on 12/21/2023 in #djs-questions
need help with building dashboard for discord bot
hey, folks I'm building web dashboard for my discord bot using this code I'm gettings all the guilds in which either user can invite or control the bot
but now I have problem how can I know the guild in which bot is there and not there do I have also get the botGuilds and compare it with
guildWithPermissions
2 replies
SIASapphire - Imagine a Framework
•Created by Aditya Kirad on 12/21/2023 in #discordjs-support
need help with building dashboard for discord bot
hey, folks I'm building web dashboard for my discord bot using this code I'm gettings all the guilds in which either user can invite or control the bot
but now I have problem how can I know the guild in which bot is there and not there do I have also get the botGuilds and compare it with
guildWithPermissions
2 replies
KPCKevin Powell - Community
•Created by Aditya Kirad on 12/13/2023 in #front-end
px and accessibility
Hey folks I came across this component library by radix called
@radix-ui/themes
they use px
for most of the css property like font-size
isn't px bad for accessibility or am I missing something3 replies
KPCKevin Powell - Community
•Created by Aditya Kirad on 12/11/2023 in #front-end
browser not understanding css correctly

31 replies
KPCKevin Powell - Community
•Created by Aditya Kirad on 10/16/2023 in #front-end
problem when using javascript to get the actual viewport height
hey folks this is my css
and this is my javascript
to get the actual viewport height but when I do scrolling I get a janky behaviour
29 replies