-
SummaryI have a project using Next.js 15 with logging enabled. When I run the dev server with webpack I don't get any warning but when I run the dev server with turbopack I get a lot of following warnings: Additional informationError message: `Failed to get source map: [Error: Unknown url scheme] { code: 'GenericFailure' }`
Operating System:
Platform: win32
Arch: x64
Version: Windows 11 Pro
Available memory (MB): 32593
Available CPU cores: 12
Binaries:
Node: 20.17.0
npm: N/A
Yarn: N/A
pnpm: N/A
Relevant Packages:
next: 15.0.1 // Latest available version is detected (15.0.1).
eslint-config-next: 15.0.1
react: 19.0.0-rc-69d4b800-20241021
react-dom: 19.0.0-rc-69d4b800-20241021
typescript: 5.6.3
Next.js Config:
output: N/A Example |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
There is an issue #71854 for that. |
Beta Was this translation helpful? Give feedback.
-
Hi @aelassas , The warning Possible Causes:
Solutions:
|
Beta Was this translation helpful? Give feedback.
There is an issue #71854 for that.