You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.
I'm trying to run the demo React SSR app at https://github.com/bloomreach/experience-react-sdk/tree/master/examples/server-side-rendered, which directed me here as a first step. I was able to install and build the community edition of the CMS platform, but can't get it to run properly. When I run the backend with mvn -P cargo.run, I don't see anything odd in the terminal, and when I start the client app up with yarn start, I don't see any errors there either. However, when the page attempts to open it fails with Unhandled Rejection (TypeError): Cannot read property 'page' of undefined. On each page request there's a hit logged in the terminal as well: [INFO] [talledLocalContainer] 01.11.2019 14:27:02 ERROR http-nio-8080-exec-2 [HstFilter.doFilter:47] The HST Container Services are not initialized yet.
If there's an easier way to just run the React examples that would be great as that's what I'm primarily interested in.
Thanks
The text was updated successfully, but these errors were encountered:
Hello,
I'm trying to run the demo React SSR app at https://github.com/bloomreach/experience-react-sdk/tree/master/examples/server-side-rendered, which directed me here as a first step. I was able to install and build the community edition of the CMS platform, but can't get it to run properly. When I run the backend with
mvn -P cargo.run
, I don't see anything odd in the terminal, and when I start the client app up withyarn start
, I don't see any errors there either. However, when the page attempts to open it fails withUnhandled Rejection (TypeError): Cannot read property 'page' of undefined
. On each page request there's a hit logged in the terminal as well:[INFO] [talledLocalContainer] 01.11.2019 14:27:02 ERROR http-nio-8080-exec-2 [HstFilter.doFilter:47] The HST Container Services are not initialized yet.
If there's an easier way to just run the React examples that would be great as that's what I'm primarily interested in.
Thanks
The text was updated successfully, but these errors were encountered: