Cannot link to application contained in workspace
See original GitHub issueSend links to an application present in workspace A to a user which is on workspace B results in a blank details page.
Steps to reproduce:
- clink an an application in a workspace
- copy its link
- switch workspace
- copy the previous link in the address bar
Tested with latest Chrome on Win10
This is caused because the workspace ID is stored in LocalStorage property state.key_-vulas-frontend-settings.space
.
I’d suggest to populate the the workspace ID the URLs and fall back to LS only when the workspace is not present in the URL.
https://vulas/apps/#/apps/{workspace}/{app}/
# or even better:
https://app.vulas/{workspace}/{app}/
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Troubleshoot issues accessing your WorkSpace from the ...
This error typically indicates that the WorkSpaces client can authenticate over port 443, but can't establish a connection over TCP port ...
Read more >Users Unable to Launch Applications or Incorrect ...
Users are unable to launch applications from the Workspace ONE portal after they log in. The wrong authentication method is presented to users ......
Read more >Unable to Launch Applications or Desktops Using HTTPS ...
This article provides information on how to enable launching applications through HTTPS URL on Firefox browser using the Citrix Workspace App for HTML5....
Read more >SAML app error messages - Google Workspace Admin Help
If you encounter any Security Assertion Markup Language (SAML) app error messages, here are some troubleshooting steps to help you. Encode or decode...
Read more >VMware Workspace ONE Access: Web Links - YouTube
... of the Web Links application type and how you can add them to your Workspace ONE Access catalog. ... Your browser can't...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
URL patterns as follows look more consistent to me:
rest-backend
:http://<host>:<port>/backend/spaces/{space-token}/apps/{group}/{artifact}/{version}
frontend-apps
:http://<host>:<port>/apps/spaces/{space-token}/apps/{group}/{artifact}/{version}
, whereby the 1stapps
, used for HAProxy routing, can maybe be omitted or replaced.Classes to be modified:
ApplicationController
inrest-backend
(20-30 REST endpoints)PathBuilder
inshared
(20-30 method signatures require the addition of the workspace, and all callers must be changed accordingly)BackendConnector
inlang
This is not actually a bug, it’s just that the requested feature is not implemented yet 😃