Next-Auth with my own supplied credentials (from a MySQL database)
bcrypt is good for hashing? š...How why to replace min-width in my CSS
min-w-*. I asked a question about it here before and I was told that using min-width with specific pixel values was generally not a good idea. That being said, I'm having a hard time getting the desired behavior I need without it. For instance I have the following div:
```html
<div className="border-1 mt-3 flex min-w-[300px] flex-col gap-4 border-solid border-divider p-4 shadow-xl">
......Next Auth Discord Callback error...
`https://hciav.vercel.app/ to my NEXTAUTH_URL and NEXTAUTH_SECRET as a hashed string to my vercel environment variables. but i'm having no luck with this.
the localhost:3000 implementation works fine...
Is there an 'easy' way to expose tRPC function as an external REST API?
How to deal with env variable being string | undefined when clientId is expecting only string?

invalid environment variables
create t3 app but having some difficulties with custom environment variables.
The .env type safe code is messing me up.
...
Link Error NextJS 13

Help me type this function
I can't inner join with a table twice
Nextjs Middleware to redirect
/ to /dashboard for that I created a middleware.ts inside src
```ts
import { NextResponse } from 'next/server'
import type { NextRequest } from 'next/server'...Host pdf files locally or online
Jest on dynamic routing
Error: Uncaught [TypeError: Cannot read property 'query' of null] error?
```js
import Scholarship from '../pages/scholarship/[id]'
describe('Single scholarship page', () => {...Why is noUncheckedIndexedAccess enabled by default?
create-t3-app and I was getting all these type checker errors throughout my code, which forced me to manually reassert types all over the place. Setting "noUncheckedIndexedAccess": false in tsconfig.json solved the problem with my type checker but I'm left wondering why this was enabled by default in the first place. Manually reassert types all over the place seems to run contrary to this discussion: https://www.youtube.com/watch?v=RmGHnYUqQ4kT3 Docs - code explanation
Astro or NextJS for single page website with contact form?
converting TailwindUI syntax documentation to a page in my app.
How to use tailwindui app shells with t3
Large POST request on ESP32 over SIM
Next 13 AppDir + middleware
pages dir, all pages were rendered correctly but it seems like middleware was not firing.
Is this not yet supported ? I couldn't find anything in the stable or beta docs of Next...