Hi everyone,
Today I followed all the tutorials in the following link in order to deploy a RAP App from SAP BTP to S4Hana Cloud (Development Tenant):
https://developers.sap.com/group.abap-custom-ui-s4hana-cloud.html
Everything went fluently when creating the connection, when creating the App in BAS, but when I tried to deploy the app using command:
npm run deploy
The console log shows "deployment successful". It also shows the app URL

The problem is that, when I execute app "Custom Catalog Extensions" in S/4 Hana Cloud, my app is not shown

Just as additional information, after a few minutes, Eclipse showed a message about Gateway error "SAPUI5 ABAP Repository with name ZUSER03 does not exist"

Something "weird" I noticed, is that the BSP app is correctly listed in my package

Based on this. Does anyone know what could be the reason about why my custom app is not shown in app "Custom Catalog Extensions" . Is there any way to troubleshoot it?
Thanks!!