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

image

πŸ‘Ÿ Reproduction steps

image 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?

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)

Most upvoted comments

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!