backstage: π Bug Report: External links in the Shortcuts plugin are linked as internal
π Description
External links donβt work in ShortCuts plugin. The links are prefixed with a host name (which works for internal links, not for external ones)
π Expected behavior
links should be opened in the new browser window
π Actual Behavior with Screenshots
π Reproduction steps
Enable external links support in Shortcuts
<Shortcuts allowExternalLinks={true}/>
add any external link, like https://google.com
Wrong link is generated then.
π Provide the context for the Bug.
No response
π₯οΈ Your Environment
No response
π Have you spent some time to check if this bug has been raised before?
- I checked and didnβt find similar issue
π’ Have you read the Code of Conduct?
- I have read the Code of Conduct
Are you willing to submit PR?
Yes I am willing to submit a PR!
About this issue
- Original URL
- State: closed
- Created a year ago
- Comments: 15 (15 by maintainers)
Alright, so it gets stored correctly and most likely read back correctly. Now Iβm really curious how the frontend can end up rendering it wrong for you but not me!