Skip to content
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

fix: disable local server polling for Next.js #1817

Merged
merged 1 commit into from
Jan 27, 2021

Conversation

eduardoboucas
Copy link
Member

- Summary

This PR allows us to toggle the local server polling functionality introduced in #1795 based on the framework being used. For now, we're disabling it for Next.js, since its local server triggers a new page build for every request during the startup phase.

Closes #1815.

fix: disable local server polling for Next.js

- A picture of a cute animal (not mandatory but encouraged)

Sea_Otter_(Enhydra_lutris)_(25169790524)_crop

@eduardoboucas eduardoboucas requested a review from a team as a code owner January 27, 2021 11:50
@github-actions github-actions bot added the type: bug code to address defects in shipped code label Jan 27, 2021
Copy link
Contributor

@erezrokah erezrokah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug code to address defects in shipped code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Building Next.js root page on netlify dev [v3.4.2+]
2 participants