on 2020 Dec 01 8:47 PM
Hi experts.
I have an MTA project with a UI5 Module, I need to get what user made login with Identity Authentication Service(IAS). My partner used jwt-decode and this I installed it on my Node JS module but when I try to call to my function "getUserInformation" I get error 404.
Also on my package.json I call my function:
"scripts": {
"start": "node userinformation",
"build": "ui5 build --clean-dest --include-task=generateManifestBundle generateCachebusterInfo"
},
And "userinformation" it's my script with my function "getUserInformation".
Please, can you help me?
Request clarification before answering.
Hi Jimmy,
I guess that there are a couple of things not set up correctly in the project that you mentioned above and it's probably too hard to fix all issue remotely now. I would therefore suggest that you check out this sample application here and compare your code to this app.
You could step-by-step modify the working example and replace this default approuter with your extended one and then replace the web app with your web app.
Btw: I also recommend to switch from Web IDE to another IDE such as the SAP Business Application Studio (if possible)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
80 | |
30 | |
9 | |
9 | |
9 | |
7 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.