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 #6687 EADDRINUSE #6808

Closed
wants to merge 4 commits into from
Closed

Conversation

HarunOr
Copy link

@HarunOr HarunOr commented Oct 24, 2021

Fixes a non-critical bug where an EADDRINUSE error was thrown when running next dev.

Apart from the fact that you don't need the timeout here, the cause for the error message might be related to this NodeJS issue.

Resolves #6687

Fixes a bug where an EADDRINUSE error was thrown when running next dev.
@changeset-bot
Copy link

changeset-bot bot commented Oct 24, 2021

🦋 Changeset detected

Latest commit: 08ab057

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@keystone-next/keystone Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel
Copy link

vercel bot commented Oct 24, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/keystonejs/keystone-next-docs/JBXvsbgJYt5e3XQwML266yhbV2dm
✅ Preview: https://keystone-next-docs-git-fork-harunor-fix-6687-560df2-keystonejs.vercel.app

@vercel vercel bot temporarily deployed to Preview October 24, 2021 02:52 Inactive
@vercel vercel bot temporarily deployed to Preview October 24, 2021 02:57 Inactive
Co-authored-by: Daniel Cousens <413395+dcousens@users.noreply.github.com>
@vercel vercel bot temporarily deployed to Preview October 24, 2021 03:14 Inactive
@vercel vercel bot temporarily deployed to Preview October 25, 2021 05:03 Inactive
@codesandbox-ci
Copy link

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@HarunOr
Copy link
Author

HarunOr commented Oct 25, 2021

Tested it again today, and the bug reappeared. Timing issues are so annoying.

@HarunOr HarunOr closed this Oct 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Address in use error when embedding keystone-next in Next.js
2 participants