on 2020 Sep 16 4:11 PM
Hi all,
I followed this blog post https://blogs.sap.com/2020/09/11/building-a-central-launchpad-using-sap-cloud-platform-launchpad-ser... of murali.shanmugham to create a UI5 app using the managed approuter. All works fine when deployed. But when I try to run directly from BAS, I'm getting the following message.
Any idea how to solve this?
Thank you all in advance!
Kr, Wouter
I suspect you root package.json lacksdevDependency "@sap/approuter": "8.1.x", "@sap/html5-repo-mock": "1.5.x",
Or
The env file attached to launch.json used by your local run, does not include the right xsuaa
I hope you can access these links
Try this one I recorded 3 months ago E2E flow using central App Router
https://sap-my.sharepoint.com/:v:/p/yuval_morad/EaR7wmPE_xFDscHXBaBiXSEBxuVfgtICtOYdY5ZVbsqgsA?e=B6N...
This is local run
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The HTML5 menu in trial will probably come in Q1 this year.
Until then you can execute the from the terminal in BAS the following:
cf html5-list -di <destination service instance name in the mta> -u
Check my migration blog
https://blogs.sap.com/2021/01/14/migrating-sap-fiori-applications-from-neo-to-cloud-foundry-using-sa...
and formal documentation
Hello yuval.morad ,
How do we check if "The env file attached to launch.json used by your local run, does not include the right xsuaa" ? I am facing the same problem as listed above, I've added redirect_uris as well, but still I am getting the error. Also I did not define the run configuration for the destination but I have default-env.json file that has configuration for the destination.
You would need to describe your flow accurately:
1. Local run of Fiori app? for CF/ABAP? using managed approuter or standalone approuter
2. Which local run is used html5-repo-mock?
3. Reuse library consumption? from the same MTA or not
4. Data source consumption? from a destination of BE app in CF
5. Role test yes/not
In general this requirement of binding to XSUAA is not required anymore for local run using latest version in dev-dependency "@sap/html5-repo-mock": "2.0.x"
User | Count |
---|---|
73 | |
10 | |
9 | |
8 | |
8 | |
6 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.