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
Hey! When I'm trying to run yarn export, got error:
> using build directory: /Users/user/Git/project/.next
copying "static build" directory
> No "exportPathMap" found in "next.config.js". Generating map from "./pages"
> Info: Loaded env from .env
launching 3 workers
copying "public" directory
[ ===] Exporting (0/7)(node:4321) UnhandledPromiseRejectionWarning: TypeError: value.replace is not a function
at trim (/Users/user/Git/project/node_modules/http-link-header/lib/link.js:17:16)
at Link.parse (/Users/user/Git/project/node_modules/http-link-header/lib/link.js:120:13)
at new Link (/Users/user/Git/project/node_modules/http-link-header/lib/link.js:49:12)
at /Users/user/Git/project/node_modules/next-graphql-react/universal/withGraphQLApp.js:117:42
(node:4321) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:4321) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
it's stuck in Exporting. Can anybody share example?
The text was updated successfully, but these errors were encountered:
Hey! When I'm trying to run
yarn export
, got error:it's stuck in
Exporting
. Can anybody share example?The text was updated successfully, but these errors were encountered: