Aviv
Aviv
TTCTheo's Typesafe Cult
Created by Aviv on 10/4/2023 in #questions
Is my next-auth options written correctly?
up
3 replies
TTCTheo's Typesafe Cult
Created by Aviv on 9/29/2023 in #questions
[next-auth + google] can't login on production
up
2 replies
TTCTheo's Typesafe Cult
Created by Aviv on 4/16/2023 in #questions
[next 12] Stripe webhook doesn't work
8 replies
TTCTheo's Typesafe Cult
Created by Aviv on 4/16/2023 in #questions
[next 12] Stripe webhook doesn't work
8 replies
TTCTheo's Typesafe Cult
Created by Aviv on 4/16/2023 in #questions
[next 12] Stripe webhook doesn't work
Sorry my bad, I change this code too much and forgot. Switched to webhook secret as should, thank you. still same error msg 😦
8 replies
TTCTheo's Typesafe Cult
Created by Aviv on 4/16/2023 in #questions
[next 12] Stripe webhook doesn't work
yea, I am using the api secret key given by stripe 😦
8 replies
TTCTheo's Typesafe Cult
Created by Aviv on 3/23/2023 in #questions
Is my Stripe code correct?
yea, you are totally right. I've taken a lot of time away from this problem and came back to it, but still to no avail. I've opened a new question if you want to give it a look 😦 https://discord.com/channels/966627436387266600/1097123974938366113
7 replies
TTCTheo's Typesafe Cult
Created by Aviv on 3/23/2023 in #questions
Is my Stripe code correct?
Yea for now my process is that on the success page, I manually fetch Stripe. Its just that webhooks just really didnt work for me. my line items:
const lineItems = [
{
price: price.id,
quantity: 1,
},
];
const lineItems = [
{
price: price.id,
quantity: 1,
},
];
7 replies
TTCTheo's Typesafe Cult
Created by Aviv on 3/12/2023 in #questions
Including multiple tables on prisma
You are right, it was a mistake in my Schema, I'm so sorry
4 replies
TTCTheo's Typesafe Cult
Created by Aviv on 2/21/2023 in #questions
Some Tailwind classes have no affect
Ok thanks to your advice, I saw that the problem appeared when I extracted some inline-code into a reusable component. When I render it inline it works, but not with that component. So I started playing with things, and now it seems to work again, even without any changes (aka i'm still using a component and not an inline code). Then, when I kept coding some unrelated stuff, the problem appeared again. So i changed the code again to inline, and back to component, and it works again. I have no idea what is going on, but it sometimes breaks by itself, and i need to revert and un-revert the code to make it work again
56 replies
TTCTheo's Typesafe Cult
Created by Aviv on 2/21/2023 in #questions
Some Tailwind classes have no affect
are you sure its possible even if i never had any branch other than main? I commit straight to main
56 replies
TTCTheo's Typesafe Cult
Created by Aviv on 2/21/2023 in #questions
Some Tailwind classes have no affect
i've never done that actually (I mean on jobs I had PRs), you say theres a way to fallback to older versions and then return to the newest one on will?
56 replies
TTCTheo's Typesafe Cult
Created by Aviv on 2/21/2023 in #questions
Some Tailwind classes have no affect
didn't help \:
56 replies
TTCTheo's Typesafe Cult
Created by Aviv on 2/21/2023 in #questions
Some Tailwind classes have no affect
in styles folder i got globals.css
56 replies
TTCTheo's Typesafe Cult
Created by Aviv on 2/21/2023 in #questions
Some Tailwind classes have no affect
the src here has no meaning i don't use it, will be deleted
56 replies
TTCTheo's Typesafe Cult
Created by Aviv on 2/21/2023 in #questions
Some Tailwind classes have no affect
56 replies
TTCTheo's Typesafe Cult
Created by Aviv on 2/21/2023 in #questions
Some Tailwind classes have no affect
reinstalled all node modules and changed to latest version but didnt help. The weird thing is that everything worked today up until a moment when out of the blue it stopped
56 replies
TTCTheo's Typesafe Cult
Created by Aviv on 2/21/2023 in #questions
Some Tailwind classes have no affect
should i like change versions, reinstall stuff, etc?
56 replies
TTCTheo's Typesafe Cult
Created by Aviv on 2/21/2023 in #questions
Some Tailwind classes have no affect
for some reason i cannot find these
56 replies
TTCTheo's Typesafe Cult
Created by Aviv on 2/21/2023 in #questions
Some Tailwind classes have no affect
56 replies