Forge Tunnel not working for Jira

Hello,
I am trying to run the forge tunnel command, logs are not showing anymore, and it’s giving me the following output:

Tunnel redirects requests you make to your local machine. This occurs for any Atlassian site where your app is installed in the specific development environment. You will not see requests from other users.

However, it does not show the expected additional information:

=== Running forge lint...
No issues found.

=== Bundling code...
✔ Functions bundled.

Listening for requests..

It was working fine two days ago.
I tried switching to Node 20.9 (previously I was using Node 18).
The following dependencies are used in the app:

  • @forge/api: ^3.9.0
  • @forge/ui: ^1.11.1
  • @forge/ui-jira: ^13.0.16

I was able to deploy and install the Forge app without any issues.

I even tried to install npm i -g @forge/cli again but nothing worked

Can you advise in debugging forge tunnel problem?

Hi,
It may be related to a transient network problem (Maybe trying again later might solve it)
If not, could you check whether your firewall settings are blocking the connection.

1 Like

Hi @IbrahimItani, thanks for reaching out.

A couple questions to help us debug this issue with you.

  • Are you still facing this issue? If so, is it intermittent or is the tunnel functionality broken for you?
  • Did you try the recommendations of @Fario_Consulting?

If you are still facing the issue at all and it’s not a networking issue/firewall issue on your end;

  • Could you provide your appId so that we can look at our service logs?
  • What is the output from forge tunnel --verbose?

Thanks!

1 Like