on ‎2025 Mar 17 9:57 AM
Hello everyone,
I'm currently learning about Fiori app development with VS Code and have tried to develop my first "app." I'm encountering the following error:
I feel like the app is crashing on the Entra login window, telling me it hasn't received any data. Has anyone encountered the same issue?
Request clarification before answering.
ok Chris, if you're asked to select a SAML 2.0 Identity Provider while querying metadata, it means the system requires authentication via Single Sign-On (SSO). You can select the appropriate Identity Provider (IdP)-entraId(based on your organization’s sso setup). Please check with your BASIS team to confirm the correct option.
Regards,
Jakes
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Chris,
Can you access the metadata directly in the browser using the following format?
https://<SAP_GATEWAY_HOST>/sap/opu/odata/sap/ZMY_SERVICE_SRV/$metadata
If yes, then the issue is with the UI5 configuration in VS Code. Please check the manifest.json file—does it look similar to the following?
"dataSources": {
"mainService": {
"uri": "/sap/opu/odata/sap/ZMY_SERVICE_SRV/",
"type": "OData",
"settings": {
"odataVersion": "2.0"
}
}
}
Please check out some tutorials on using VS Code and configuring services in the developer tutorials. here..
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey Jakes2255,
I have these settings in my VS Code settings. I think the problem is the EntraID window. When I access the URL, the following screen appears:
| User | Count |
|---|---|
| 7 | |
| 7 | |
| 6 | |
| 5 | |
| 5 | |
| 3 | |
| 3 | |
| 3 | |
| 3 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.