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.

concurrentFeatures error

See original GitHub issue

What version of Next.js are you using?

12.0.2

What version of Node.js are you using?

16.12.0

What browser are you using?

Chrome

What operating system are you using?

Windows 11

How are you deploying your application?

Development Server | yarn dev

Describe the Bug

error - unhandledRejection: TypeError: ReactDOMServer.renderToReadableStream is not a function

Expected Behavior

It should not throw this error

To Reproduce

Enable the following experiments

    concurrentFeatures: true,
    serverComponents: true,
    reactRoot: true

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
huozhicommented, Nov 2, 2021

With concurrent features enabled, they’re been deployed to edge runtime. We don’t support native node modules like dns running in the edge runtime. Will try to improve the error message soon or later

0reactions
callumok2004commented, Nov 2, 2021

Is there any current workaround to this issue?

Read more comments on GitHub >

github_iconTop Results From Across the Web

python - Exception handling in concurrent.futures.Executor.map
If a func call raises an exception, then that exception will be raised when its value is retrieved from the iterator. The following...
Read more >
concurrent.futures — Launching parallel tasks — Python 3.11 ...
Derived from RuntimeError , this exception class is raised when an executor is broken for some reason, and cannot be used to submit...
Read more >
How to Handle Exceptions With the ThreadPoolExecutor in ...
from concurrent.futures import ThreadPoolExecutor ... The task raises an exception and the result received is an error message.
Read more >
Raising Exceptions in Python Futures - skeptric
Python concurrent.futures are a handy way of dealing with ... careful it will swallow your exceptions leading to difficult to debug errors.
Read more >
error using concurrent.futures (ThreadPoolExecutor) in ...
error using concurrent.futures (ThreadPoolExecutor) in Synapse Apache Spark notebook. I have an unpredictable error.
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