Git Product home page Git Product logo

Comments (9)

catamphetamine avatar catamphetamine commented on May 18, 2024

Just to make sure: are you having that error message with the latest version?
It used to be JSON.stringify( in the older version, but then became util.inspect(.

Also, you can add an extra debugging line in node_modules/universal-webpack/build/server.js:

        // Start webpage rendering server
        // (this module will be compiled by Webpack server-side build from './source/server.js')

        const starter = require(server_bundle_path)

console.log('@@@@@@@@@@@@', require('fs').readFileSync(server_bundle_path, 'utf8'))

And see what are the actual contents of the file.

from universal-webpack.

adailey14 avatar adailey14 commented on May 18, 2024

Ok I will try this. I do have the latest version I was typing the error from memory so not quite right.

from universal-webpack.

adailey14 avatar adailey14 commented on May 18, 2024

Ok here is what I got on my first try (looks like the file contents are a few blank lines?). I will try a few more times and see if I get a different result:

(waiting for Webpack build to finish)
("/Users/andrewdailey/Code/mortgagehipporeact/build/server/server.js" not found)
(waiting for Webpack build to finish)
("/Users/andrewdailey/Code/mortgagehipporeact/build/server/server.js" not found)
(waiting for Webpack build to finish)
("/Users/andrewdailey/Code/mortgagehipporeact/build/server/server.js" not found)
(waiting for Webpack build to finish)
@@@@@@@@@@@@ 


Error: [universal-webpack] Your server source file must export a function. Got {}
    at /Users/myname/Code/myproject/node_modules/universal-webpack/source/server.js:68:3

from universal-webpack.

catamphetamine avatar catamphetamine commented on May 18, 2024

Hmm, really, two blank lines.
You can change it even further to:

console.log('@' + require('fs').readFileSync(server_bundle_path, 'utf8') + '@')

To know for sure

from universal-webpack.

catamphetamine avatar catamphetamine commented on May 18, 2024

As for the solution, I could, for example, check for the file contents.
If it's blank, then try after a second (recursively).
I guess I'll go that route.

from universal-webpack.

adailey14 avatar adailey14 commented on May 18, 2024

Tried with the second console.log options, and got no contents:

("/Users/andrewdailey/Code/mortgagehipporeact/build/server/server.js" not found)
(waiting for Webpack build to finish)
@@
Error: [universal-webpack] Your server source file must export a function. Got {}

from universal-webpack.

catamphetamine avatar catamphetamine commented on May 18, 2024

Oh, that's better. So it's not blank, it's simply empty. That makes sense. Releasing the fix.

from universal-webpack.

catamphetamine avatar catamphetamine commented on May 18, 2024

Try the latest version and see if it works for you (in time)

from universal-webpack.

adailey14 avatar adailey14 commented on May 18, 2024

Ok great thanks!

from universal-webpack.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.