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?