You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Generated by create-t3-app.AUTH_SECRET="xxxxxxxxx"AUTH_GOOGLE_ID="xxxxxxx"AUTH_GOOGLE_SECRET="xxxxxxxxx"DATABASE_URL="postgresql://postgres:password@localhost:5432/app"
Provide environment information
"ct3aMetadata": {
"initVersion": "7.38.1"
},
Describe the bug
I install the t3-app with default based on this setup
I do the change with googleProvider with the good postgres DB etc ...
When I pnpm run dev: I got error on trpc:
with in screen:
Loading tRPC query...
I can log In and log Out fine with google but trpc is broken
Reproduction repo
http
To reproduce
I setup for google provider so I do:
src/env.js
export const authConfig = {
providers: [
GoogleProvider
}
Additional information
System:
OS: macOS 15.1.1
CPU: (16) arm64 Apple M3 Max
Memory: 15.26 GB / 64.00 GB
Shell: 5.9 - /bin/zsh
Binaries:
Node: 18.18.2 - ~/.nvm/versions/node/v18.18.2/bin/node
npm: 9.8.1 - ~/.nvm/versions/node/v18.18.2/bin/npm
pnpm: 9.12.2 - /opt/homebrew/bin/pnpm
bun: 1.1.8 - /opt/homebrew/bin/bun
The text was updated successfully, but these errors were encountered: