gwilliamnn
gwilliamnn
Explore posts from servers
TTCTheo's Typesafe Cult
Created by gwilliamnn on 10/24/2023 in #questions
How can I use a localStorage persister?
I know, this is the client Provider...
9 replies
TTCTheo's Typesafe Cult
Created by gwilliamnn on 10/17/2023 in #questions
New App Router is not working!
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/@trpc+client@10.40.0_@trpc+server@10.40.0/node_modules/@trpc/client/dist/TRPCClientError-0de4d231.mjs (37:15)
from
node_modules/.pnpm/@trpc+client@10.40.0_@trpc+server@10.40.0/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/@trpc+client@10.40.0_@trpc+server@10.40.0/node_modules/@trpc/client/dist/TRPCClientError-0de4d231.mjs (37:15)
from
node_modules/.pnpm/@trpc+client@10.40.0_@trpc+server@10.40.0/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
10 replies
TTCTheo's Typesafe Cult
Created by gwilliamnn on 10/17/2023 in #questions
New App Router is not working!
10 replies