Avoid a prompt after click on link to redirect an external site

Hi, is there a way to avoid a prompt after click on link to redirect an external site even if that url was added to the manifest.yml?
image

Thanks

Hi @sromero, thank you for reaching out.

Unfortunately, it seems that currently it isn’t possible to skip this prompt - I’ve found an open public ticket for that: [FRGE-504] - Ecosystem Jira
What I can advice is that you could start watching this issue and comment to increase the priority.

Best regards,
Łukasz

Hi @ljarzabek Even i am also facing the same issue.
Is there any other way around to overcome this issue for the custom UI.

Thanks.

Same problem I am facing .
Any possible workaround ?

Hello @JoyBanerjee

Did the solution described in FRGE-504 not work for you?

  1. The solution didn’t fix my problem. Still, it shows the popup. Here is my manifest
    external:
    fetch:
    backend:
    - ‘https://companyname-dev.atlassian.net
    client:
    - ‘https://companyname-dev.atlassian.net
  2. Another point anything I add this in manifest external section gives me one warning that your application is not eligible for runs in Atlassian and gives following message when I run Forge eligibility.
    App [12.0.0] in [development] is not eligible for Runs on Atlassian.
    -App is using remote services
  • App is egressing data
    App has not shown expected output if I run. However, If I run using Forge Tunnel. It works fine.
    Could you please point me how App can run without tunneling?