question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Automatic static optimization indicator navigates to the wrong page

See original GitHub issue

Bug report

Automatic static optimization indicator navigates to the wrong page

Describe the bug

The automatic static optimization indicator navigates to https://nextjs.org/docs#automatic-static-optimization-indicator. However, that link takes you to the Getting Started page.

I think that the correct link should be https://nextjs.org/docs/api-reference/next.config.js/static-optimization-indicator or https://nextjs.org/docs/advanced-features/automatic-static-optimization

To Reproduce

  1. Create a new Next App with a single page, without getServerSideProps or getInitialProps.
  2. Start your application
  3. Click on the Automatic static optimization indicator

Expected behavior

The indicator should take you to some docs page explaining either what that indicator means, or just what Automatic Static Optimization means.

System information

  • OS: macOS (should be irrelevant)
  • Browser: Chrome (should be irrelevant)
  • Version of Next.js: 9.3.5
  • Version of Node.js: 13.3.0

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
heanzyzabalacommented, Jul 24, 2020

Hi, I would like to work on this. Is it possible to point me where to look at? Thanks!

0reactions
balazsorban44commented, Jan 29, 2022

This issue has been automatically locked due to no recent activity. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Default Static Optimization Indicator to false #18275 - GitHub
The situation that the indicator is indicating should be the default situation for most pages in a Next site. The indicator is intrusively ......
Read more >
Static Optimization Indicator - Next.js
Optimized pages include an indicator to let you know if it's being statically optimized. You can opt-out of it here.
Read more >
Next.js Automatic Static Optimization - Stack Overflow
Pages that are statically optimized by Automatic Static Optimization will be hydrated without their route parameters provided, ...
Read more >
next - npm
Note: Pages that are statically optimized by automatic static optimization will be hydrated without their route parameters provided ( query will be empty, ......
Read more >
Static Optimization Indicator - Next.js - Educative.io
There will be many times that you will need to get data in order to render a page. Unfortunately, it will not be...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found