Open
Description
Sorry if this is a silly question. I'm new to react and tanstack.
I'm following the instructions in the readme, and I'm able to start a dev server but then I see this in my browser:
Something went wrong!
dispatcher is null
I've googled around that error and tried to find where the error is generated but without success.
Here is the output from my console:
➜ myapp pnpm dev
> tanstarter@ dev [REDACTED]/myapp
> vinxi dev
vinxi v0.5.3
vinxi starting dev server
♻️ Generating routes...
✅ Processed routes in 100ms
➜ Local: http://localhost:3000/
➜ Network: use --host to expose
ServerFn Request: src_routes_root_tsx--getUser_createServerFn_handler
ServerFn Request: src_routes_root_tsx--getUser_createServerFn_handler
2025-05-08T14:13:01.185Z WARN [Better Auth]: Social provider github is missing clientId or clientSecret
2025-05-08T14:13:01.185Z WARN [Better Auth]: Social provider google is missing clientId or clientSecret
ServerFn Response: 200
ServerFn Response: 200
- Payload: {"result":null,"error":{"$undefined":0},"context":{}}
- Payload: {"result":null,"error":{"$undefined":0},"context":{}}
ServerFn Request: src_routes_root_tsx--getUser_createServerFn_handler
ServerFn Response: 200
- Payload: {"result":null,"error":{"$undefined":0},"context":{}}
I'd be grateful for any pointers
Metadata
Metadata
Assignees
Labels
No labels