on 2023 Feb 27 9:33 PM
Hi,
We upgraded from 1.60 to 1.102 and this is causing cross app navigation failing. What I have noticed is, in the upgraded system 'sap-app-origin-hint=' is getting appended to the URL (after intent) which is causing the issue. However, in the older version 1.60 'sap-app-origin-hint=' is not getting appended to the navigated URL.
May I know how to fix this ? Thanks.
'
You can solve this by adding :?query: at the end of the route pattern like this:
{
"name": "routename",
"pattern": "path:?query:",
"target": ["target"]
},
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
as far as I’m aware of this parameter is added by the Launchpad itself and I don’t know if you can disable this..
User | Count |
---|---|
62 | |
12 | |
7 | |
7 | |
7 | |
6 | |
6 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.