Navigate in your SSR app like Google bot mobile.
· Problem:
If you log your app front unhandled errors (you must!) maybe you find some unexpected errors. Google bot mobile version uses a legacy Chrome version (v41). You cannot install older versions of Chrome due to security reasons.
· Solution: Use a older chromium version (as you may know Chrome is based on Chromium)
Unzip, enter folder, then change chrome-sandbox owner
sudo chown root:root chrome-sandbox
Then run chromium without sandbox.
./chrome --nacl-dangerous-no-sandbox-nonsfi --no-sandbox