Cannot do server side rendering: ERROR in SERVER PRERENDERING Encountered error: "ReferenceError: webpackJsonp is not defined"

ERROR in SERVER PRERENDERING
Encountered error: “ReferenceError: webpackJsonp is not defined”

Whenever I try to prerender a component in react on rails I get the above error.

Everything else in react on rails works fine. This is in reactonrails 6.9

Searched on google but can’t find anything useful as to what is going wrong… no idea where to even try and solve this problem…

Any ideas?

Try this fix:

Be sure to load any “common” files first on your layout! For example, you might be putting common files in a vendor-bundle.js.