You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Module build failed: UnhandledSchemeError: Reading from "https://cdn.skypack.dev/@mozilla/readability" is not handled by plugins (Unhandled scheme).
#47
Open
mmkostov opened this issue
Mar 3, 2025
· 0 comments
Hi, when I run pnpm run build I get the following errors:
Failed to compile.
https://cdn.skypack.dev/@mozilla/readability
Module build failed: UnhandledSchemeError: Reading from "https://cdn.skypack.dev/@mozilla/readability" is not handled by plugins (Unhandled scheme).
Webpack supports "data:" and "file:" URIs by default.
You may need an additional plugin to handle "https:" URIs.
Is there any way to fix this in Next.js?
The text was updated successfully, but these errors were encountered:
Hi, when I run
pnpm run build
I get the following errors:Is there any way to fix this in Next.js?
The text was updated successfully, but these errors were encountered: