Anonymous_hacker
Anonymous_hacker
XXata
Created by Raveen on 9/21/2024 in #help
Unable to create text field with unique constraint from UI
you could create pgroll migration files. until the schema.json file isn't supported for new postgress enabled database.
4 replies
XXata
Created by Anonymous_hacker on 9/22/2024 in #general
Generated url
Yes please share the example.
6 replies
XXata
Created by Anonymous_hacker on 9/22/2024 in #general
Generated url
Yes cause I am building an open-source repo and I don't want to add the url in my repo.
6 replies
XXata
Created by Anonymous_hacker on 9/20/2024 in #general
Can anyone share me the docs for
Thanks 🙂
2 replies
XXata
Created by Anonymous_hacker on 9/19/2024 in #general
do you know how we can create enum in
thanks i did that same using prisma orm cause i thought it would be better if i can use directly with schema.json file.
3 replies
KKinde
Created by akosipc on 4/24/2024 in #💻┃support
Unable to login to our dashboard in Kinde
No description
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
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
referrerPolicy='no-referrer'
referrerPolicy='no-referrer'
In Image components of next/image.
6 replies