cancel
Showing results for 
Search instead for 
Did you mean: 

Creating an API Based on Slack: Error while publishing product

mphlippen
Explorer
0 Kudos

In the journey "Developing with SAP Integration Suite", unit "API Provisioning", lesson "Creating an API Based on Slack" I get an error in "Task 6: Create a Product From Your API". 

When I want to publish the product I get this error message:

mphlippen_0-1676020823710.png

The "Show details" are not really helpful:

mphlippen_1-1676020857001.png

Note: There are some discrepancies between the screenshots in the task (or the steps in the Exercise) to how the Integration Suite actually looks. I guess the screenshots were made with an older version. So I might be missing something here...

I noticed however, that the step with the API Business Hub Enterprise feature is missing entirely in the Exercise and this step really confuses me as I only get a "Login" button there, that is actually a "Logout" button. So I guess this could be related to my problem here?

What I see when clicking on API Business Hub Enterprise:

mphlippen_2-1676021137897.png

And what the "Login"-Button actually does:

mphlippen_3-1676021209266.png

In any case, I cannot proceed with the lessons as I cannot publish the product.

Thanks for help & Kind regards!

 

Margit_Wagner
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi @mphlippen,
We have received your request and are in the process of evaluating the problem.
Please allow for a delay in our response.
Kind regards
Margit

mphlippen
Explorer
0 Kudos

Hi @Margit_Wagner,

Thanks for the reply. Do you have any news for me? I'd like to proceed with the tasks 🙂

Or can I ignore the issue (for now) and proceed with the next lesson regardless?

Thanks & Regards!

View Entire Topic
martindia
Newcomer

Hi @jannes_schofeld @Tiwari @dhrubajyoti 

I solved the issue the following way - 

1. In the generated folder gen/srv there is package.json file which as dependency issues displayed when running in this error - so I run command from BAS "Fix dependency issues" which is the same as 

npm i

 2. then run 

cf push

again - it complained about module missing - so installed that 

npm i @sap/xssec

 3. After this cf push was successful

If this solves the issue - then this step is missing from the course.

 

Best,

Diana

Margit_Wagner
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi @martindia
Than you for sharing - 
@dhrubajyoti
- would you mind to check if the suggestion shared solve the issue you reported?
If this question is answered from your perspective, I also would like to ask you to use function “Accept as Solution" to complete this case.
Kind regards
Margit