No badges yet
No accepted solutions yet
NextJS 16 Proxy issues
This has fixed it for me. It still does not make sense why the server-side `auth` from Better Auth doesn’t work in Vercel but works locally. ``` import type { auth } from...
NextJS 16 Proxy issues
Should also mention I am on the Bun runtime.
NextJS 16 Proxy issues
Hello, I have been having issues with my proxy since yesterday. My better-auth session check broke. I was using their better-fetch solution and after I noticed it wasn’t working...
Issue with pnpm v10
I am having this exact issue since yesterday. I can only get my website to “build” with the Bun runtime only but even with that, my website doesn’t work anymore on Vercel and just...
Weird useParams() behavior
My issue seems to have gone away for the most part. I rarely get it as of now, having done no changes to my website besides some small UI-related things in my new deployments. It...
Weird useParams() behavior
The process is just this really: - I have a /dashboard route **(app/dashboard/page.tsx)**. This page shows you the servers you have access to via my discord bot. - Clicking on a...
Weird useParams() behavior
Hello, I put my website on vercel some months ago for my discord bot’s dashboard. Everything was working fine and well. Recently I updated it again with NextJS 16 and all new...