Good evening,
So I tried implementing SSR into my Meteor-React application (mostly because of SEO
reasons) following this example (https://github.com/minhna/meteor-react-ssr) except I’m
not using react-loadable.
My problem now is that the page either
- Seems to be working, but still gives an error in the JavaScript console:
Warning: Expected server HTML to contain a matching <p> in <div>
That’s the case for most desktop users.
Or
- Seems to be only loading server-side code not adding React event handlers, React Lifecycle-Methods or Jquery
This problem occurs mostly in mobile browsers like Chrome for Android, but reportedly sometimes also occurs in desktop browsers.
Is there anyone out there who could help me with this?
Thanks in advance,
TVXtrem