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

Build Error - gatsby #865

Closed
kannanseeni opened this issue Apr 27, 2020 · 3 comments
Closed

Build Error - gatsby #865

kannanseeni opened this issue Apr 27, 2020 · 3 comments

Comments

@kannanseeni
Copy link

I am using gatsby. Running smoothly in development. While build it shows error

ERROR #95313

Building static HTML failed for path "/"

See our docs page for more info on this error: https://gatsby.dev/debug-html

Error: Minified React error #294; visit https://reactjs.org/docs/error-decoder.html?invariant=294 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.

  • react-dom-server.node.production.min.js:46 a.b.render
    [audio]/[react-dom]/cjs/react-dom-server.node.production.min.js:46:17

  • react-dom-server.node.production.min.js:44 a.b.read
    [audio]/[react-dom]/cjs/react-dom-server.node.production.min.js:44:18

  • react-dom-server.node.production.min.js:54 renderToString
    [audio]/[react-dom]/cjs/react-dom-server.node.production.min.js:54:364

  • render-page.js:618 Module../.cache/static-entry.js.webpack_exports.default
    D:/gatsby/audio/public/render-page.js:618:28

  • render-html.js:28 _bluebird.default
    [audio]/[gatsby]/dist/utils/worker/render-html.js:28:36

  • debuggability.js:384 Promise._execute
    [audio]/[bluebird]/js/release/debuggability.js:384:9

  • promise.js:518 Promise._resolveFromExecutor
    [audio]/[bluebird]/js/release/promise.js:518:18

  • promise.js:103 new Promise
    [audio]/[bluebird]/js/release/promise.js:103:10

  • render-html.js:24 _bluebird.default.map.path
    [audio]/[gatsby]/dist/utils/worker/render-html.js:24:47

  • util.js:16 tryCatcher
    [audio]/[bluebird]/js/release/util.js:16:23

  • map.js:68 MappingPromiseArray._promiseFulfilled
    [audio]/[bluebird]/js/release/map.js:68:38

  • promise_array.js:115 MappingPromiseArray.PromiseArray._iterate
    [audio]/[bluebird]/js/release/promise_array.js:115:31

  • promise_array.js:79 MappingPromiseArray.init
    [audio]/[bluebird]/js/release/promise_array.js:79:10

  • map.js:37 MappingPromiseArray._asyncInit
    [audio]/[bluebird]/js/release/map.js:37:10

  • async.js:97 _drainQueueStep
    [audio]/[bluebird]/js/release/async.js:97:12

  • async.js:86 _drainQueue
    [audio]/[bluebird]/js/release/async.js:86:9

@charkcl
Copy link

charkcl commented Apr 27, 2020

Same for me
Gatsby version 2.19.7
react-player 2.0.0

However, gatsby is able to build if I use v1.15.3. Maybe something related to the lazy loading?

@dbismut
Copy link

dbismut commented Apr 27, 2020

It is. See here: #738

@cookpete
Copy link
Owner

Fixed in v2.0.1

cookpete added a commit that referenced this issue Jun 7, 2020
Fixes #912
Fixes #907
Fixes #865
Sort of fixes #910
Sort of fixes #902
Affects #886
Affects #738
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

No branches or pull requests

4 participants