You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "application landing page after login" configuration has a hardcoded path for the UDP apps. As a result, it caused a 404 error on the redirect after authenticated.
The text was updated successfully, but these errors were encountered:
Can you give us example of what the url that you want to redirect to? I look at the following code block https://github.com/udplabs/zartan/blob/master/app.py#L217-L239. It looks like there a couple areas the landing page can be set. 1. by app_post_login_landing_url or APP_POST_LOGIN_LANDING_URL environment variable or 2. from_uri query string.
In UDP, you can set the APP_POST_LOGIN_LANDING_URL but I think you tried that aready? correct?
Initially I wanted it to redirect to another UDP demo, something like the dealer demo that has the userapp page. However, upon reviewing it with Dan, it looks like the path /hospitality was hard coded in the redirect so it was automatically appending it to any URL that you add to the APP_POST_LOGIN_LANDING_URL. If we remove the hard coded path then I think it should work.
noinarisak
changed the title
Application landing page after login configuration has a hardcoded path.
[BUG] Application landing page after login configuration has a hardcoded path.
Oct 7, 2021
Hi Dan,
The "application landing page after login" configuration has a hardcoded path for the UDP apps. As a result, it caused a 404 error on the redirect after authenticated.
The text was updated successfully, but these errors were encountered: