-
When calling a unary method using @connectrpc/connect-web in a React server component in Next.js 15, you will always get the following error:
`Failed to generate cache key for https://demo.connectr…
-
### Describe the feature you'd like to request
As I was using this awesome project, I realized it wasn't so simple for me to add a new client T3 Next.JS application. I was wondering if we could have …
-
Running into the `Dynamic Code Evaluation (e. g. 'eval', 'new Function', 'WebAssembly.compile') not allowed in Edge Runtime` error when adding the frame creation to `generateMetadata` in my Next14 app…
-
I have some issues using ScrollReveal with create-next-app.
I installed ScrollReveal with npm, then imported it using ES6 :
`import sr from 'scrollreveal';`
I immediatly have an error message…
-
### 説明
ミドルウェアのリダイレクトでエラーが発生し、リダイレクトできないことがある。
発生条件は以下のとおり。
- リクエストにサーバーアクションを使用している
- 保護されたページ(ログインが必要なページ)のフォームを送信する
- `auth_cookie`クッキーが削除されている
発生するエラーは以下のとおり。
```shell
failed to for…
-
### Describe the bug
I'm experiencing an issue where my Next.js application builds successfully locally and on Vercel, but fails when attempting to build using Docker. The build process in Docker r…
-
next@v15.0.0-canary.160 unskipped some tests [in this commit](https://github.com/vercel/next.js/commit/08ef1db12d67adae8e5b71ed98cd0e13d0b89687) These tests hadn't been running for some time.
Many …
-
Hi, I have a monorepo, with the website under `apps/gatographql`. I have the following `netlify.toml`:
```toml
[build]
command = "npm run build --prefix apps/gatographql"
publish = ".next"
…
-
### Link to the code that reproduces this issue
https://github.com/72L/failed-to-find-server-action
### To Reproduce
1. Deploy repro repo to Heroku app: `heroku git:remote -a [your-app]` and `git p…
-
### Provider type
Google
### Environment
System:
OS: macOS 14.3.1
CPU: (11) arm64 Apple M3 Pro
Memory: 351.67 MB / 18.00 GB
Shell: 5.9 - /bin/zsh
Binaries:
Node: 21.6.1 - ~/.nvm/versions/node…