cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

App Loyalty Demo

RicardoRenteria
Participant
0 Likes
1,217

Hello everyone,

I want to know if anybody has implemented the Loyalty App Demo (Tutorial: SAP Customer Checkout - Source Code Loyalty App FC Jupiter in the link https://partneredge.sap.com/en/library/assets/products/cust_mng/dgl/74/44/SAP807444.html)

I have followed the steps but get an error in the authentication phase here:

In the Readme file there is a step in which a user 'Paul' should be created in the 'Customer user' tab in CCO manager and a password should be given but in the form there's no password field. I am using CCO manager version 2.0 FP09 PL18.

Also I disabled web security to avoid CORS issues as it said.

Any suggestions?

Accepted Solutions (0)

Answers (2)

Answers (2)

michael_graf
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi xsalgadog, did you check the developer console for CORS errors? This is the most common issue in development scenarios, as the CCO manager runs on a different port than the loyalty fan app. You can disable CORS in Chrome for testing as described in the README

michael_graf
Product and Topic Expert
Product and Topic Expert
0 Likes

Hello Ricardo,

thank you for trying out our new loyalty demo app. In this scenario, we are using new customer user and loyalty APIs that are available with SAP Customer Checkout FP11 (available from Monday next week - 15th of February 2021).

Unfortunately we did not document this dependency when publishing the codebase and apologize for the side-effects. Please upgrade your manager to FP11 and the demo should run as documented in the README provided with the codebase.

As a workaround you can also run the app without backend and show it's content with mock data. This should work out of the box and is handy for understanding how the app works without having a runing SAP Customer Checkout Manager in place.

Hope that helps,

Michael

xsalgadog
Participant
0 Likes

Hello,

I installed the CCO Manager FP11 PL02 and I could not execute the application, I followed the step by step of the Readme file, without results.

That could be happening?