Custom Sub-Domains on Vercel + Namecheap
Here are my domains settings (screenshot 1)...
Where would you host full T3 stack, besides vercel or netlify?
Conditional Validation in Form Schema Using Zod?
Heights 100 % problems
UploadButton "You forgot to pass the generic" type error
Monorepo NextJs-NestJs, weird import issue
zod validation with uploadthing and server actions
How to upgrade pnpm version of project
Guide to upgrade from Pages router to App router
pages
router to app
router? I am currently developing an app but I feel that if I dont change it to the app
router I will be missing important stuff or improvements in Next.js.
- TypeScript
- tRCP
- NextAuth...Getting next-auth-steam to work with create-t3-app
next-auth-steam
's examples i should override jwt()
and session()
callbacks like this
```ts
jwt({ token, account, profile }) {
if (account?.provider === PROVIDER_ID) {
token.steam = profile...Clerk middleware complaining on new T3 gallery tutorial
Arguments against twin.macro in favor of TW
Drizzle Not Working At All On Backend
Failed to compile
const make = api.post.makeCard;
it work, but I need it. I'm new to trpc.how to pass trpc typescript between parent and children ?
const { data , isLoading, refetch } = api.users.submission.useQuery(undefined, { refetchOnWindowFocus: false });
<Submissions refetch={refetch} data={data} />
...pnpm/turbo workspace issue
How to manage state in a vanilla js app in a functional programming way
React To Next header cookies/Token
"Weird" characters are visible in VSCode Git Bash terminal output (like this: `←[90m` )
pnpm db:push
command inside VSCode "Git Bash" terminal, in Windows 10.
I see some "weird" characters inside of my console.
The issue does not exist in Command Prompt
terminal.
I think the problem related to how git bash
is interpreting something from this list:
- [ ] ASCII escape characters...Next Auth Drizzle Adapter does not include extra columns (fields)
auth.ts
```ts
providers: [
GoogleProvider({...