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
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.
I’m getting the exact same issue. It just sits there at “Listening for requests”. I’m working at home so unlikely to be corporate firewall. Changing my network to my mobile hotspot doesn’t help. I only just removed docker desktop and updated the forge cli to 10.13.5 then started encountering this issue. Any ideas?