grimpows
grimpows
same problem for me, any solution yet ?
well i have sucessfully loaded a .common from other folder than the dockerfile folder first i should say that the "../" look like buggy so to avoid the prob of...
as i'm using docker i just use a image without v8js enabled, but you can aslo disable v8js from php extension config, normaly reactRenderer autodectect if v8js is enabled and...
look like remove babel-polyfill from serverside config solved my prob too :) Thx a lot ^^ @nacmartin could you precise this somewhere on doc or/and maybe remove your babel-polyfill from...
@luchianenco how do you get window working in SSR ? i'm using a dynamic route handling, you can saw an little exemple in react-router doc https://reacttraining.com/react-router/web/guides/server-rendering/data-loading using a array of...
can you show me your serverside config, for me production build dont work too
i'm using symfony/encore like the symfony_react_sandbox and last time i tried both prod and dev throw me the error. ````JAVASCRIPT var Encore = require('@symfony/webpack-encore'); var webpack = require('webpack') Encore //...
i guess this should come from non declared global variable that react should use, but seem your configuration load them somewhere for prod ... if i could get prod working...
if i can make production work, i guess we can add a snapshot parameter who is default to false, and be true if we are on production env (with app.php...
try replace directly in your vendor the createContext function from phpexecJs (vendor/nacmartin/PhpExecJs/Runtime/V8jsRuntime.php) by the exemple from v0.8.8 i writed above to be sure that we get the same issue. (ofc...