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
I verified that the issue exists in the latest Next.js canary release
Provide environment information
# This is a non-commercial version of StackBlitz.# If you’re using this for business purposes, please purchase a license here.~/projects/kkviljzkwp.github
❯ npm install && npx next dev
added 37 packages in 2s
8 packages are looking for funding
run `npm fund`for details
▲ Next.js 15.0.3
- Local: http://localhost:3000
✓ Starting...
Downloading swc package @next/swc-wasm-nodejs... to /home/.cache/next-swc
✓ Ready in 13.3s
○ Compiling /_not-found ...
<w> [webpack.cache.PackFileCacheStrategy] Caching failed forpack: Error: Can't resolve 'tunnel-agent'in'/home/projects/kkviljzkwp.github/node_modules/sharp'<w>while resolving 'tunnel-agent'in /home/projects/kkviljzkwp.github/node_modules/sharp to a directory
✓ Compiled /_not-found in 7.4s (571 modules)
next-translate - compiled page: / - locale: en - namespaces: common - used loader: server /layout
GET / 404 in 7755ms
<w> [webpack.cache.PackFileCacheStrategy] Caching failed forpack: Error: Can't resolve 'tunnel-agent'in'/home/projects/kkviljzkwp.github/node_modules/sharp'<w>while resolving 'tunnel-agent'in /home/projects/kkviljzkwp.github/node_modules/sharp to a directory
<w> [webpack.cache.PackFileCacheStrategy] Caching failed forpack: Error: Can't resolve 'tunnel-agent'in'/home/projects/kkviljzkwp.github/node_modules/sharp'<w>while resolving 'tunnel-agent'in /home/projects/kkviljzkwp.github/node_modules/sharp to a directory
Which example does this report relate to?
with-next-translate
What browser are you using? (if relevant)
Chrome 131.0.6778.70
How are you deploying your application? (if relevant)
preview live with StackBlitz
Describe the Bug
I ran the sample program but it showed a 404 error which I don't think is reasonable.
Expected Behavior
The sample screen is displayed and the translation function runs normally.
To Reproduce
If you use the StackBlitz deployment in the README, a failure screen will appear.
The text was updated successfully, but these errors were encountered:
Verify canary release
Provide environment information
Which example does this report relate to?
with-next-translate
What browser are you using? (if relevant)
Chrome 131.0.6778.70
How are you deploying your application? (if relevant)
preview live with StackBlitz
Describe the Bug
I ran the sample program but it showed a 404 error which I don't think is reasonable.
Expected Behavior
The sample screen is displayed and the translation function runs normally.
To Reproduce
If you use the StackBlitz deployment in the README, a failure screen will appear.
The text was updated successfully, but these errors were encountered: