Anonymous_hacker
KKinde
•Created by akosipc on 4/24/2024 in #💻┃support
Unable to login to our dashboard in Kinde
6 replies
KKinde
•Created by akosipc on 4/24/2024 in #💻┃support
Unable to login to our dashboard in Kinde
i am also getting the same error.
6 replies
TTCTheo's Typesafe Cult
•Created by aditya on 12/2/2023 in #questions
tRPC not invalidating queries called on RSC
Context now replaced with utils try with utils.
10 replies
TTCTheo's Typesafe Cult
•Created by arete on 11/16/2023 in #questions
call db directly in next js app router
https://github.com/anonymous-sherlock/crm-software/tree/main/src/app/_trpc
if you check there are two file one for client.ts which using trpc/reactquery to run on client
and another file name serverClient.ts which using batch link to make all call rpc so it won't run on client.
18 replies
TTCTheo's Typesafe Cult
•Created by arete on 11/16/2023 in #questions
call db directly in next js app router
many options for? didn't understand.
18 replies
TTCTheo's Typesafe Cult
•Created by arete on 11/16/2023 in #questions
call db directly in next js app router
no you don't have to change it here this is only for client side trpc call server side call won't need
18 replies
TTCTheo's Typesafe Cult
•Created by arete on 11/16/2023 in #questions
call db directly in next js app router
if you have any doubt dm me
18 replies
TTCTheo's Typesafe Cult
•Created by arete on 11/16/2023 in #questions
call db directly in next js app router
https://github.com/anonymous-sherlock/crm-software/blob/main/src/app/_trpc/serverClient.ts
check out this repo of mine
18 replies
TTCTheo's Typesafe Cult
•Created by Aidam on 11/16/2023 in #questions
NextAuth google provider sometimes doesn't fetch image
Add remote pattern in next.config.js and
Where ever you using the url from Google add
In Image components of next/image.
6 replies