Skip to content

Issues: vercel/next.js

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

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

CSS backdrop-filter property disappear in Next.js 15.3.0/15.3.1 dev mode with Turbopack create-next-app Related to our CLI tool for quickly starting a new Next.js application. CSS Related to CSS. linear: turbopack Confirmed issue that is tracked by the Turbopack team. Turbopack Related to Turbopack with Next.js.
#78302 opened Apr 18, 2025 by RoversX
docs: update README templates to include package installation instructions create-next-app Related to our CLI tool for quickly starting a new Next.js application.
#78243 opened Apr 16, 2025 by VanEldoh Loading…
Update CNA tailwind templates to fix font CSS var theme issue. create-next-app Related to our CLI tool for quickly starting a new Next.js application.
#78055 opened Apr 11, 2025 by kylemh Loading…
Dependencies sorting in generated package.json causes unnecessary git diffs create-next-app Related to our CLI tool for quickly starting a new Next.js application.
#77679 opened Apr 1, 2025 by diegomais
Standalone build fails on 2nd build on Windows create-next-app Related to our CLI tool for quickly starting a new Next.js application. Module Resolution Module resolution (CJS / ESM, module resolving).
#77617 opened Mar 30, 2025 by mnpqraven
next dev --turbopack does not support using @next/bundle-analyzer - throws warning create-next-app Related to our CLI tool for quickly starting a new Next.js application. linear: turbopack Confirmed issue that is tracked by the Turbopack team. Turbopack Related to Turbopack with Next.js.
#77482 opened Mar 24, 2025 by Austin1serb
fix(create-next-app): sort package.json dependencies alphabetically create-next-app Related to our CLI tool for quickly starting a new Next.js application.
#77396 opened Mar 22, 2025 by diegomais Loading…
[dev-overlay] Unify error interception between app/ and pages/ create-next-app Related to our CLI tool for quickly starting a new Next.js application. created-by: Next.js team PRs by the Next.js team. Documentation Related to Next.js' official documentation. run-react-18-tests tests Turbopack Related to Turbopack with Next.js. type: next
#77326 opened Mar 20, 2025 by eps1lon Draft
docs: update create-next-app cli documents create-next-app Related to our CLI tool for quickly starting a new Next.js application. Documentation Related to Next.js' official documentation.
#77229 opened Mar 18, 2025 by Marukome0743 Loading…
2 tasks done
Improved error handling in git initialization create-next-app Related to our CLI tool for quickly starting a new Next.js application.
#76506 opened Feb 25, 2025 by Devansh-001 Loading…
Turbopack: replace AvailableModules with single bitmap create-next-app Related to our CLI tool for quickly starting a new Next.js application. created-by: Turbopack team PRs by the Turbopack team. Documentation Related to Next.js' official documentation. Font (next/font) Related to Next.js Font Optimization. tests Turbopack Related to Turbopack with Next.js. type: next
#76211 opened Feb 19, 2025 by mischnic Loading…
2 tasks done
Undefined font CSS variables in create-next-app generated Tailwind v4 template create-next-app Related to our CLI tool for quickly starting a new Next.js application.
#76074 opened Feb 15, 2025 by wxh06
Browser back button fails after navigation with URL anchor fragment create-next-app Related to our CLI tool for quickly starting a new Next.js application.
#75072 opened Jan 18, 2025 by sgarrity
Passing data to both client & server component result in always async server tree create-next-app Related to our CLI tool for quickly starting a new Next.js application.
#74793 opened Jan 11, 2025 by kirchoni
Static export with skipTrailingSlashRedirect results in invalid request paths for RSC payload .txt files create-next-app Related to our CLI tool for quickly starting a new Next.js application. Linking and Navigating Related to Next.js linking (e.g., <Link>) and navigation. Output Related to the the output configuration option. Pages Router Related to Pages Router. Runtime Related to Node.js or Edge Runtime with Next.js.
#74445 opened Dec 31, 2024 by klittlepage
perf(isFolderEmpty): store valid files in a set create-next-app Related to our CLI tool for quickly starting a new Next.js application.
#74324 opened Dec 27, 2024 by twlite Loading…
Unexpected Turbopack Error: AliasMap::lookup panicked in Next.js create-next-app Related to our CLI tool for quickly starting a new Next.js application.
#74214 opened Dec 21, 2024 by Dwukn
next lint creates .eslintrc.json instead of eslint.config.mjs after deleting initial ESLint config create-next-app Related to our CLI tool for quickly starting a new Next.js application. Linting Related to `next lint` or ESLint with Next.js.
#74133 opened Dec 19, 2024 by uwoobeat
📝 docs(server_actions): update server actions documentation link create-next-app Related to our CLI tool for quickly starting a new Next.js application. Documentation Related to Next.js' official documentation. examples Issue was opened via the examples template. Font (next/font) Related to Next.js Font Optimization. Turbopack Related to Turbopack with Next.js. type: next
#73840 opened Dec 12, 2024 by drumst0ck Loading…
when css url include '!!', next build is error create-next-app Related to our CLI tool for quickly starting a new Next.js application.
#73834 opened Dec 12, 2024 by lippzhang
cna: create .env.example correctly create-next-app Related to our CLI tool for quickly starting a new Next.js application. tests
#73685 opened Dec 9, 2024 by JamBalaya56562 Loading…
[Turbopack] add ./ to relative paths to make it easier to understand create-next-app Related to our CLI tool for quickly starting a new Next.js application. created-by: Turbopack team PRs by the Turbopack team. Documentation Related to Next.js' official documentation. examples Issue was opened via the examples template. Font (next/font) Related to Next.js Font Optimization. tests Turbopack Related to Turbopack with Next.js. type: next
#73585 opened Dec 6, 2024 by sokra Draft
updated api-routes-apollo-server-and-client example to utilize app router. create-next-app Related to our CLI tool for quickly starting a new Next.js application. Documentation Related to Next.js' official documentation. examples Issue was opened via the examples template. Font (next/font) Related to Next.js Font Optimization. tests Turbopack Related to Turbopack with Next.js. type: next
#73334 opened Nov 29, 2024 by PapatMayuri Loading…
Build error with Next.js 15 in monorepo bug Issue was opened via the bug report template. create-next-app Related to our CLI tool for quickly starting a new Next.js application. Output Related to the the output configuration option. Turbopack Related to Turbopack with Next.js.
#72899 opened Nov 17, 2024 by omarshehab221
Pages router with middleware (on vercel) - 404 results returning 200 when prefetched bug Issue was opened via the bug report template. create-next-app Related to our CLI tool for quickly starting a new Next.js application. Middleware Related to Next.js Middleware. Pages Router Related to Pages Router.
#72807 opened Nov 14, 2024 by magicspon
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.