Hi,
I have installed Web IDE on my HANA SPS12 system and I'm following the tiny tutorial for creating an XSA project, have to say very clear tutorial!!!
Everything went fine until "Tiny World - Part3", Create a SAP HANA based client-server application
I have followed instructions provided in the blog but cannot get the application running on section "Using the OData service with SAP UI5".
When I try to run the application I get the following error in the logs:
"Error in mta.yaml. Make sure that the required property 'service_url' is provided by 'tinyjs_api'."
and the page never loads.
My mta.yaml contains the service_url property inside the tinyjs_api provided (you can find the full content of the file in the attached file).
There are only spaces and no tabs.
- name: tinyjs
type: nodejs
path: tinyjs
# ------- dependency on DB
requires:
- name: tinydb
- name: hdi-container
#---------------- exposes SERVICE URL to consumers
provides:
- name: tinyjs_api
properties:
service_url: ${default-url}
# ----
Any recommendation how to find out were is the problem?
Thanks,
Trinidad.