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
Mutation of posts in the scaffolded app is not working when selecting prisma during the setup process. createPost.mutate({ name }); in create-post.tsx doesn't even trigger a network call.
Reproduction repo
Scaffolded app. No code change.
To reproduce
Initialize the T3 app with npm create t3-app@latest. Get inside your repo and run npm run db:push. Run npm run dev. Go to the website and try to create a new post.
Additional information
No response
The text was updated successfully, but these errors were encountered:
hayata-suenaga
changed the title
bug: Mutation of posts not working in scaffold app
bug: Mutation of posts not working in scaffolded app
Dec 21, 2023
hayata-suenaga
changed the title
bug: Mutation of posts not working in scaffolded app
bug: Version 7.25.0 Mutation of posts not working in scaffolded app
Dec 21, 2023
Provide environment information
System:
OS: macOS 14.1.2
CPU: (12) arm64 Apple M2 Max
Memory: 50.76 GB / 96.00 GB
Shell: 5.9 - /bin/zsh
Binaries:
Node: 20.9.0 - ~/.nvm/versions/node/v20.9.0/bin/node
npm: 10.1.0 - ~/.nvm/versions/node/v20.9.0/bin/npm
Watchman: 2023.11.27.00 - /opt/homebrew/bin/watchman
version: 7.25.0
Describe the bug
Mutation of posts in the scaffolded app is not working when selecting
prisma
during the setup process.createPost.mutate({ name });
increate-post.tsx
doesn't even trigger a network call.Reproduction repo
Scaffolded app. No code change.
To reproduce
Initialize the T3 app with
npm create t3-app@latest
. Get inside your repo and runnpm run db:push
. Runnpm run dev
. Go to the website and try to create a new post.Additional information
No response
The text was updated successfully, but these errors were encountered: