The picture is configured router, the frontend and backend use the same xsuaa.
But no matter how I change the xs-app.json, the destination is still 404 not found, but actually, the API
https://tioga-design-time-explorer.internal.cfapps.sap.ha...
Thanks for your interesting explanation of the configuration for locally run the frontend service.
But I refer to your explanation get error when I npm start my project:
Error Message:xs-app.json/routes/0: Format validation failed (Route ref...
I created a independent easy UI5 project use command yo easy-ui5 project, all the file produced automatically
I deployed it to cloud foundry, It becomes a destination:
For the backend service,The frontend destination have been connected:
...
I want to ask what is the difference between these two patterns:
Example1:
{
"pattern": "DevelopmentObject/{layout}/{microserviceId}/{objectName}",
"name": "DevelopmentObject",
"target": [ "DevelopmentObjects", "DevelopmentObject" ],
...
There is an array :
Array: this.getView().getModel("objects").getProperty("/developmentObjects")
I want to find the index in the array, but there are two parameters that should be equal:
Array.findIndex( developmentObject => (developmentObject....
If you change the mandatory fields into optional fields, then what will happen for the infotyWill we lost the existing data in IT0242?- Will we get any error in program?- Will it effect to the logic of other report?
Hey carlos.roggan ,
Your blog is really help and I can run the app router embeded frontend application succesfully now.
For the envioroment variable for xsuaa, I use cf env myapp and copy the vacap_services to the file default-env.json
The details...
Hi mariusobertThanks for your input of the example, but actually it didn't work, and I push it to CF , it didn't get the designtime, it is still 404.I can't get why.There is no string after designtime.
Hi Marius,Thanks for your reply, actually I am not clear about how to set the target, but it is correct that in the second destination:^/uimodule/(.*)$for the url ..........designtime can't forward to .............designtime. 404I try all kinds of wa...