Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: Version 7.25.0 Mutation of posts not working in scaffolded app #1704

Closed
hayata-suenaga opened this issue Dec 21, 2023 · 1 comment
Closed

Comments

@hayata-suenaga
Copy link

hayata-suenaga commented 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 }); 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

Screenshot 2023-12-20 at 4 08 16 PM
@hayata-suenaga hayata-suenaga changed the title bug: bug: Mutation of posts not working in scaffold app Dec 21, 2023
@hayata-suenaga 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 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
@hayata-suenaga
Copy link
Author

The issue was not present anymore

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant