Dada
WWasp
•Created by Dada on 4/29/2025 in #đŸ™‹questions
Generate Email Verification Link/ SendVerificationEmail function
Hello guys , is there a way to generate email verificationLink ? i created a custom signup action , i want to generate a verificationLink to send it as an email using emailSender or even better if there is a function i can call in my actions like sendVerificationEmail or something.
16 replies
WWasp
•Created by Dada on 4/28/2025 in #đŸ™‹questions
useColorMode hook
im using the the userColorMode hook inside the App.tsx : app/src/client/App.tsx , using it to change the An Design ConfigProvider theme to dark mode when the colorMode state change.
but the problem is App.tsx doesn't render when the colorMode changes , is that normal or am i doing something wrong ?
24 replies
WWasp
•Created by Dada on 4/28/2025 in #đŸ™‹questions
Ant Design Modal
Guys when i use the Ant Design Modal and put Ant Design inputs inside it , their CSS is messed up for some reason , but when i used the inputs normaly in pages they work fine. anyone have a guess on why that might happen?
11 replies
WWasp
•Created by Dada on 4/24/2025 in #đŸ™‹questions
STRIPE PLAN ID is sent to checkout request as Price
guys i created 3 products in Stripe test , and set my 3 env variables :
PAYMENTS_HOBBY_SUBSCRIPTION_PLANID=prod....,
PAYMENTS_PRO_SUBSCRIPTION_PLANID=prod...,
PAYMENTS_CREDITS_10_PLANID=prod...
when i tried to subscribe in my app :
the request payload in the line_items object the price was set to the plan id .
am i doing something wrong ?
7 replies