bloomreach / bloomreach-reference-spa

brX SaaS + React = ♥️
Apache License 2.0
15 stars 17 forks source link

Brx 14 with Starter Store and PageModel APIs enabled not working #1

Closed andrerinaldi closed 3 years ago

andrerinaldi commented 3 years ago

Hi,

I installed the Starter Store plugin, configured it to work with commercetools and exposed PageModel APIs from the mount starterstoreboot. But this react application is not working out of the box, it says that all the needed components are missing, when I was said that it could have been a valid starting point as a starter store SPA frontend.

The standard brx channel exposed on localhost:8080/site/starterstoreboot works fine so the ecommerce configuration is ok.

Am I missing something? Am I doing something wrong?

Thank you.

rlpmartins commented 3 years ago

Hi,

Just to let you know that from brXM v14.3 we have released the brX GraphQL Service which combines the APIs from Bloomreach’s Search and Merchandising and commerce platforms into one single GraphQL schema for headless front-end development. This is an evolution of our B2C Commerce Accelerator covering the same use cases and currently supporting commercetools and SAP OOTB. You can find more information in our documentation: Introduction to brX GraphQL Service

Additionally you can also have a look at our Commerce React Components library to integrate the brX GraphQL Service with a React SPA.

Ricardo, Technical Product Manager