react_on_rails icon indicating copy to clipboard operation
react_on_rails copied to clipboard

If config.server_bundle_js_file is blank, nil, commented out, and prerendering is done, page request hangs

Open justin808 opened this issue 4 years ago • 0 comments

Here's the default config:

  config.server_bundle_js_file = "server-bundle.js"

There apparently is no check if the server_bundle_js_file is undefined, blank.

A non-blank file name gives an appropriate error.

The current "hanging" behavior is very frustrating.

justin808 avatar Oct 14 '21 21:10 justin808