We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am following the SaaS Consumer Extensibility tutorial. I started by executing the following command as instructed in the tutorial:
npm run srv:mtx
Then, I tried to subscribe a tenant extension using the command:
cds subscribe t1-ext --to http://localhost:4004 --user bob:
However, I encountered the following error message:
Could you help me resolve this issue?
Thank you in advance.
The text was updated successfully, but these errors were encountered:
@achrafess
I tested it in my system and it worked fine.
Tested with versions as below: @cap-js/db-service: 1.13.0 @cap-js/hana: 1.3.0 @sap/cds: 8.6.0 @sap/cds-common-content: 1.4.0 @sap/cds-compiler: 5.3.2 @sap/cds-fiori: 1.2.7 @sap/cds-foss: 5.0.1 @sap/cds-mtxs: 2.4.2 Node.js: v23.5.0 susaas: 0.0.1
I see in the error that @sap/cds-compiler is at higher version. Can you check with above versions config?
Sorry, something went wrong.
alperdedeoglu
AjitKP91
No branches or pull requests
I am following the SaaS Consumer Extensibility tutorial.
I started by executing the following command as instructed in the tutorial:
npm run srv:mtx
Then, I tried to subscribe a tenant extension using the command:
cds subscribe t1-ext --to http://localhost:4004 --user bob:
However, I encountered the following error message:
Could you help me resolve this issue?
Thank you in advance.
The text was updated successfully, but these errors were encountered: