question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot link to application contained in workspace

See original GitHub issue

Send 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:

  1. clink an an application in a workspace
  2. copy its link
  3. switch workspace
  4. 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:closed
  • Created 5 years ago
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
henrikplatecommented, Nov 6, 2018

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 1st apps, used for HAProxy routing, can maybe be omitted or replaced.

Classes to be modified:

  • ApplicationController in rest-backend (20-30 REST endpoints)
  • PathBuilder in shared (20-30 method signatures require the addition of the workspace, and all callers must be changed accordingly)
  • BackendConnector in lang
1reaction
copernicocommented, Oct 22, 2018

This is not actually a bug, it’s just that the requested feature is not implemented yet 😃

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found