Patsy
TTCTheo's Typesafe Cult
•Created by Patsy on 2/7/2024 in #questions
next-auth local vs deployed error
I did a vanilla setup with the t3 stack, setup my db on supabase, setup dicsord Oauth2 with Redirects. Logging in works in on localhost, but I get a callback error when It's hosted on vercel. I setup the callback URI for the domain vercel generates. I am not sure if I am missing a step.
error url
3 replies
TTCTheo's Typesafe Cult
•Created by Patsy on 11/22/2023 in #questions
How to scale svg path with respect to itself and not the svg origin
I have an svg for for human muscles and I just want to scale a muscle on hover, however the muscle moves away from the origin of the svg, making it move away from the cursor and flicker. Is there a way make each muscle muscle path scale not relative to the parent svg?
Here is the svg component
1 replies