ERROR: o [TRPCClientError]: Invalid response or stream interrupted
Recently kicked off a new project from create-t3-app.
I made one update to use neon db on the db/schema and sent up my first commit/innit. The project deployed and I was able to create a new post and view the latest post with no issues.
For my second commit I wanted to remove most of the boilerplate t3 setup. You can see this in the image I attached for my PR.
I removed
and removed most of the content on the page.
my new page.tsx looks like this
I now get this error when deploying to vercel.
I made one update to use neon db on the db/schema and sent up my first commit/innit. The project deployed and I was able to create a new post and view the latest post with no issues.
For my second commit I wanted to remove most of the boilerplate t3 setup. You can see this in the image I attached for my PR.
I removed
and removed most of the content on the page.
my new page.tsx looks like this
I now get this error when deploying to vercel.


