I believe there is a strong need of a video tutorial series on CAP Java and may be NodeJS for Beginners.
@coffeeaddict76528 ай бұрын
Great explanation
@pedrolazaro56832 ай бұрын
Hi there! Nice tutorial! Could I ask some updated and end-to-end guide about how to locally connect the BAS to a destination consuming data from SAP S4/HANA on-premise system? It would be nice to have a guide explaning in practice how to configure the cloud connector, how to set the destination properly, and going to the means of the fiori app consuming s4/hana onprem data. Here in my company we are struggling with this.
@mikkeljbassen Жыл бұрын
This is really cool! Thanks Nico :-) Do you know if it's planned to utilize cds bind for xsuaa credentials for dev-approuter?
@sapdevs Жыл бұрын
Good question! This already sort of works, check out this thread: blogs.sap.com/2023/10/13/sap-tech-bytes-using-the-sap-approuter-at-dev-time-a-full-stack-journey-with-ui5-and-sap-cap-cloud-foundry-basics-6/#comment-692410 [Nico]
@N1mro8 Жыл бұрын
@6:43 I don't have that option to select cds-plugin-ui5 in the wizard, is this not out yet? My current version of SAP Fiori Tools - Extension Pack is the latest at moment of writing, v1.11.2!
@N1mro8 Жыл бұрын
Now I get the following: Compilation of the CAP project has failed. Cannot find module './to/csn' in the wizard after I choose the "Choose your CAP project" and I can't select anything for "OData service" because of that error!
@N1mro8 Жыл бұрын
Via de cli it's working (yo)
@ArifsLearningLab11 ай бұрын
can you please share how you add cap-server under package as a part of npm workspace
@andreaslierschaft8139 ай бұрын
The current version 0.2.14 of dev-approuter does not work for me. If I want to start the whole thing with "npm run dev" as you have shown, I get the error that the object "env" is undefined and then everything breaks off - I switched back to version 0.2.3 and now it works. But besides that, a great video!
@gouravmisra2317 Жыл бұрын
Congratulations everyone's 🎉🎉💜💜💜💜💜💜💜💜
@mathiasmaerker61310 ай бұрын
What is the corect way to start the cap-server if you are using typescript?
@satyadwivedi445211 ай бұрын
how to deploy in BTP ? using MTA,
@N1mro8 Жыл бұрын
Now I have this error on running npm run dev: [cds] - ❗Uncaught Error: UAA tenant mode is shared, but environment variable TENANT_HOST_PATTERN is not set
@N1mro8 Жыл бұрын
Needed to add: "tenant-mode": "dedicated", to xs-security.json
@Sena-qv5bg7 ай бұрын
@@N1mro8 Hi, i also have "tenant-mode": "dedicated" in xs-security.json but still get this error on running npm run dev: [cds] - Uncaught Error: UAA tenant mode is shared, but environment variable TENANT_HOST_PATTERN is not set :(