Significant slow performace (in dev) with create t3 app
How to properly add Google Sign In to existing application that has email login implemented already?
Fetching User Session Data on the Client Side with useSession
T3 CreateApp globals.css file structure
styles/
folder is placed in the src/
folder and not in the src/app/
folder? I was having some issues with my tailwindcss not working and when I looked at the docs for nextjs setup it says the style sheet should be in src/
and after moving it there it fixed my tailwindcssBuying domain
I'm about to buy my first domain from Namecheap and had a couple of beginner questions:
1️⃣ How easy is it to connect a Namecheap domain to Vercel and Render? ...
How am I supposed to learn to code when I have nothing to code?
"Apps vs web", which video does Theo discuss this?

How to make animation just like in uploadthing

Is it possible to import SVGs from a shared package in next 15?
StaticImageData
. After upgrading to Next 15, the only way I was able to get it to work was by adding this to my next config
```ts
// Grab the existing rule that handles SVG imports
const fileLoaderRule = config.module.rules.find((rule) => rule.test?.test?.('.svg'));
...customId for images
turborepo setup
npx create-turbo@latest
npx create-turbo@latest
202 accepted on API requests for nextjs13 help
Software engineer progression
t3.chat background texture?
Slug Api Fetch error
Improve Lighthouse Score
Improve perfomance with app-router
What's the best Nextjs architecture?
t3: accessing static files server side
fs.readFileSync
to read PDFs and font files (.ttf
) on the server (to dynamically build a PDF report in response to an API call), but I get ENOENT: no such file or directory
no matter what I do. Even when the static file is in the same directory as the code trying to access it, I can't seem to target it. I noticed that __dirname
targets /.next/server/app/api/trpc/[trpc]
rather than the server-side file system, so I haven't been able to use it to help solve this probl...process.cwd()
instead of __dirname
reference: https://github.com/vercel/next.js/discussions/14341
in which dir have you stored those pdf and font files...Looking for developer