nextjs - 💡(How to fix) Fix Docs: Dashboard-App Chapter 7 URL is misleading [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
vercel/next.js#85585Fetched 2026-04-08 02:14:59
View on GitHub
Comments
1
Participants
2
Timeline
6
Reactions
0
Author
Assignees
Timeline (top)
assigned ×1closed ×1commented ×1issue_type_added ×1
RAW_BUFFERClick to expand / collapse

What is the documentation issue?

In Dashboard-App Chapter 7 there is a misleading URL. Its says to go to localhost:3000 to view the revenue. I believe it should say go to localhost:3000/dashboard to view the revenue.

doc: https://nextjs.org/learn/dashboard-app/fetching-data#fetching-data-for-revenuechart

Currently

  1. Check localhost:3000 and you should see a chart that uses revenue data.

Proposed change

  1. Check localhost:3000/dashboard and you should see a chart that uses revenue data.

I'm happy to send a PR, but I'm not able to find the source code.

Is there any context that might help us understand?

This was unexpected while following this tutorial.

Does the docs page already exist? Please link to it.

https://nextjs.org/learn/dashboard-app/fetching-data#fetching-data-for-revenuechart

extent analysis

TL;DR

Update the documentation to reflect the correct URL, localhost:3000/dashboard, for viewing the revenue chart.

Guidance

  • Verify the current documentation at https://nextjs.org/learn/dashboard-app/fetching-data#fetching-data-for-revenuechart to confirm the incorrect URL.
  • Check the tutorial steps to ensure that the revenue chart is indeed accessible at localhost:3000/dashboard.
  • Submit a PR with the proposed change to update the documentation with the correct URL.
  • Review the Next.js documentation contribution guidelines to ensure the PR is properly formatted and submitted.

Example

No code snippet is necessary for this documentation update.

Notes

The fix is specific to the documentation and does not require any code changes. The user has already identified the incorrect URL and proposed the correct one.

Recommendation

Apply workaround: Update the documentation with the correct URL, as the issue is specific to the documentation and not a code-related problem. This will ensure that users following the tutorial can access the revenue chart correctly.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

nextjs - 💡(How to fix) Fix Docs: Dashboard-App Chapter 7 URL is misleading [1 comments, 2 participants]