New App Router is not working!

The new t3 for App Router is not working, I just installed and pnpm dev and not works!
6 Replies
Rhys
Rhys13mo ago
You’re gonna need to include logs, versions, anything more than just a sentence describing the issue
gwilliamnn
gwilliamnn13mo ago
GitHub
bug: pnpm dev not working · Issue #1600 · t3-oss/create-t3-app
Provide environment information System: OS: macOS 13.4.1 CPU: (10) arm64 Apple M1 Pro Memory: 201.78 MB / 16.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 19.6.0 - ~/.nvm/versions/node/v19.6.0/bin/no...
gwilliamnn
gwilliamnn13mo ago
Provide environment information
System:
OS: macOS 13.4.1
CPU: (10) arm64 Apple M1 Pro
Memory: 201.78 MB / 16.00 GB
Shell: 5.9 - /bin/zsh
Binaries:
Node: 19.6.0 - ~/.nvm/versions/node/v19.6.0/bin/node
npm: 9.4.0 - ~/.nvm/versions/node/v19.6.0/bin/npm
pnpm: 8.8.0 - ~/.nvm/versions/node/v19.6.0/bin/pnpm

Describe the bug
Just is not loading at the first installation. I tried ran pnpm create t3-app and use the AppRoute, but after all installation (with works well), when I open the localhost:3000, the error pops:

Unhandled Runtime Error
Error: Missing result

Call Stack
TRPCClientError.from
node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@trpc/client/dist/TRPCClientError-0de4d231.mjs (37:15)
from
node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@trpc/client/dist/httpBatchLink-204206a5.mjs (200:55)
process.processTicksAndRejections
node:internal/process/task_queues (95:5)
Reproduction repo
don't needed

To reproduce
Just
pnpm create t3-app

Options Selected:

Auth: none,
TS
TW
App Route
~/
pnpm dev
Provide environment information
System:
OS: macOS 13.4.1
CPU: (10) arm64 Apple M1 Pro
Memory: 201.78 MB / 16.00 GB
Shell: 5.9 - /bin/zsh
Binaries:
Node: 19.6.0 - ~/.nvm/versions/node/v19.6.0/bin/node
npm: 9.4.0 - ~/.nvm/versions/node/v19.6.0/bin/npm
pnpm: 8.8.0 - ~/.nvm/versions/node/v19.6.0/bin/pnpm

Describe the bug
Just is not loading at the first installation. I tried ran pnpm create t3-app and use the AppRoute, but after all installation (with works well), when I open the localhost:3000, the error pops:

Unhandled Runtime Error
Error: Missing result

Call Stack
TRPCClientError.from
node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@trpc/client/dist/TRPCClientError-0de4d231.mjs (37:15)
from
node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@trpc/client/dist/httpBatchLink-204206a5.mjs (200:55)
process.processTicksAndRejections
node:internal/process/task_queues (95:5)
Reproduction repo
don't needed

To reproduce
Just
pnpm create t3-app

Options Selected:

Auth: none,
TS
TW
App Route
~/
pnpm dev
EnricoBaivo
EnricoBaivo13mo ago
I have the same issue with old npm dev and vercel dev
vibbin
vibbin13mo ago
Are you pushing the db by running: npm run db:push
EnricoBaivo
EnricoBaivo13mo ago
i did i am using prisma with planetscale but like the issue describes ,the error is also happening with the starter of T3 with auth trpc and prisma.
❌ tRPC failed on <no-path>: e.getSetCookie is not a function
⨯ TypeError: e.getSetCookie is not a function
at new f (D:\osu-hub-frontend\node_modules\next\dist\compiled\next-server\app-route.runtime.dev.js:1:3273)
at A.wrap (D:\osu-hub-frontend\node_modules\next\dist\compiled\next-server\app-route.runtime.dev.js:6:33745)
at D:\osu-hub-frontend\node_modules\next\dist\compiled\next-server\app-route.runtime.dev.js:6:36428
at get mutableCookies [as mutableCookies] (D:\osu-hub-frontend\node_modules\next\dist\compiled\next-server\app-route.runtime.dev.js:6:36438)
at D:\osu-hub-frontend\node_modules\next\dist\compiled\next-server\app-route.runtime.dev.js:6:63049
❌ tRPC failed on <no-path>: e.getSetCookie is not a function
⨯ TypeError: e.getSetCookie is not a function
at new f (D:\osu-hub-frontend\node_modules\next\dist\compiled\next-server\app-route.runtime.dev.js:1:3273)
at A.wrap (D:\osu-hub-frontend\node_modules\next\dist\compiled\next-server\app-route.runtime.dev.js:6:33745)
at D:\osu-hub-frontend\node_modules\next\dist\compiled\next-server\app-route.runtime.dev.js:6:36428
at get mutableCookies [as mutableCookies] (D:\osu-hub-frontend\node_modules\next\dist\compiled\next-server\app-route.runtime.dev.js:6:36438)
at D:\osu-hub-frontend\node_modules\next\dist\compiled\next-server\app-route.runtime.dev.js:6:63049
Downgrading to Next.js 13.5.4 fixes "Missing result" error
Downgrading to Next.js 13.5.4 fixes "Missing result" error
Want results from more Discord servers?
Add your server