-
Notifications
You must be signed in to change notification settings - Fork 29k
Labels
TurbopackRelated to Turbopack with Next.js.Related to Turbopack with Next.js.linear: nextConfirmed issue that is tracked by the Next.js team.Confirmed issue that is tracked by the Next.js team.
Description
Link to the code that reproduces this issue
https://github.com/tsujimic/my-app
To Reproduce
% npx create-next-app@latest
✔ What is your project named? … my-app
✔ Would you like to use TypeScript? … No / Yes
✔ Would you like to use ESLint? … No / Yes
✔ Would you like to use Tailwind CSS? … No / Yes
✔ Would you like your code inside a `src/` directory? … No / Yes
✔ Would you like to use App Router? (recommended) … No / Yes
✔ Would you like to use Turbopack for `next dev`? … No / Yes
✔ Would you like to customize the import alias (`@/*` by default)? … No / Yes
Creating a new Next.js app in /Users/takashi.tsuji/projects/nextjs/my-app.
Using npm.
Initializing project with template: app-tw
Installing dependencies:
- react
- react-dom
- next
Installing devDependencies:
- typescript
- @types/node
- @types/react
- @types/react-dom
- @tailwindcss/postcss
- tailwindcss
- eslint
- eslint-config-next
- @eslint/eslintrc
% npm run dev
> my-app@0.1.0 dev
> next dev --turbopack
▲ Next.js 15.4.1 (Turbopack)
- Local: http://localhost:3000
- Network: http://192.168.10.23:3000
✓ Starting...
✓ Ready in 2.4s
○ Compiling / ...
✓ Compiled / in 7.8s
⚠ [next]/internal/font/google/geist_e531dabc.module.css
Error while requesting resource
Received response with status 404 when requesting https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap
Import trace:
[next]/internal/font/google/geist_e531dabc.module.css
[next]/internal/font/google/geist_e531dabc.js
./src/app/layout.tsx
Current vs. Expected behavior
I confirmed that this issue occurs on an Intel-based Mac, but I could not reproduce it on an Apple Silicon (M2) Mac.
Provide environment information
Operating System:
Platform: darwin
Arch: x64
Version: Darwin Kernel Version 24.5.0: Tue Apr 22 19:53:26 PDT 2025; root:xnu-11417.121.6~2/RELEASE_X86_64
Available memory (MB): 16384
Available CPU cores: 8
Binaries:
Node: 22.17.0
npm: 11.4.2
Yarn: N/A
pnpm: 10.12.4
Relevant Packages:
next: 15.4.1 // Latest available version is detected (15.4.1).
eslint-config-next: N/A
react: 19.1.0
react-dom: 19.1.0
typescript: N/A
Next.js Config:
output: N/A
Which area(s) are affected? (Select all that apply)
Not sure
Which stage(s) are affected? (Select all that apply)
next dev (local)
Additional context
No response
Zenor27, rimoslav, tomaszkarczmarczyk, Pilaton, Andresuito and 8 more
Metadata
Metadata
Assignees
Labels
TurbopackRelated to Turbopack with Next.js.Related to Turbopack with Next.js.linear: nextConfirmed issue that is tracked by the Next.js team.Confirmed issue that is tracked by the Next.js team.