Seems to be timing out for me. verbose gives me: 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.
Tunnel provider: Cloudflare
Press Ctrl+C to cancel.
GraphQL GraphQL Gateway
Query:
mutation forge_cli_setupApplicationTunnel($input: RegisterTunnelInput!) {
registerTunnel(input: $input) {
success
errors {
message
extensions {
errorType
statusCode
}
}
tunnelId
tunnelToken
tunnelUrl
}
}
Variables: {
“input”: {
“appId”: “ari:cloud:ecosystem::app/c2c31184-4bc2-4d73-b8a3-7a2c245ab7ae”,
“environmentKey”: “default”
}
}
GraphQL
Request ID: 86004785af684700bce4dee4cd677e65
Result: {
“registerTunnel”: {
“success”: true,
“errors”: null,
“tunnelId”: “6e2ca122-ab37-434d-9201-50ed25dc5cc9”,
“tunnelToken”: “eyJhIjoiMWY2YzEyYTE2ZmNlMWM5OTFhNzM2NWEzYTk1ZTJlMGIiLCJ0IjoiNmUyY2ExMjItYWIzNy00MzRkLTkyMDEtNTBlZDI1ZGM1Y2M5IiwicyI6ImNISnZaRjgxTlRjd05UZzZPR0V4WTJabE1EVXROek15WlMwME5HUmlMVGxtTmpJdE5URmpPREpsWkRnNE9EVmpYemRrTWpaak16WXpMVEV4TUdVdE5HVTRaUzA1TmpVekxXTTBOMlk0WXpVeE1ETTBPQT09In0=”,
“tunnelUrl”: “https://6e2ca122-ab37-434d-9201-50ed25dc5cc9.tunnel.atlassian-dev.net”
}
}
GraphQL GraphQL Gateway
Query:
mutation forge_cli_deleteApplicationTunnels($input: DeleteAppTunnelInput!) {
deleteAppTunnels(input: $input) {
success
errors {
message
extensions {
errorType
statusCode
}
}
}
}
Variables: {
“input”: {
“appId”: “ari:cloud:ecosystem::app/c2c31184-4bc2-4d73-b8a3-7a2c245ab7ae”,
“environmentKey”: “default”
}
}
GraphQL
Request ID: d366d249a0ef4070943275d831827d43
Result: {
“deleteAppTunnels”: {
“success”: true,
“errors”: null
}
}
Error: Please check for any network restrictions that may be blocking the cloudflared package installation, and then reinstall the Forge CLI.
See https://developer.atlassian.com/platform/forge/enterprise/use-forge-cli-on-corporate-network/#use-the-forge-cli-on-a-corporate-network.
Alternatively, you can install cloudflared on your machine.
Error: Please check for any network restrictions that may be blocking the cloudflared package installation, and then reinstall the Forge CLI.
See https://developer.atlassian.com/platform/forge/enterprise/use-forge-cli-on-corporate-network/#use-the-forge-cli-on-a-corporate-network.
Alternatively, you can install cloudflared on your machine.
at CloudflareCreateTunnelService.establishTunnel (C:\Users\Eric\AppData\Roaming\npm\node_modules@forge\cli\node_modules@forge\tunnel\out\services\create-tunnel-service.js:77:23)
at async StartTunnelCommand.startFaaSTunnelServer (C:\Users\Eric\AppData\Roaming\npm\node_modules@forge\cli\node_modules@forge\tunnel\out\command\start-tunnel-command.js:47:31)
at async StartTunnelCommand.execute (C:\Users\Eric\AppData\Roaming\npm\node_modules@forge\cli\node_modules@forge\tunnel\out\command\start-tunnel-command.js:89:38)
at async InProcessTunnelService.run (C:\Users\Eric\AppData\Roaming\npm\node_modules@forge\cli\out\service\tunnel-service.js:66:28)
at async TunnelController.run (C:\Users\Eric\AppData\Roaming\npm\node_modules@forge\cli\out\command-line\controller\tunnel-controller.js:38:20)
at async C:\Users\Eric\AppData\Roaming\npm\node_modules@forge\cli\out\command-line\register-tunnel-commands.js:15:9
at async Command.actionProcessor (C:\Users\Eric\AppData\Roaming\npm\node_modules@forge\cli\out\command-line\command.js:252:28)
at async Command.parseAsync (C:\Users\Eric\AppData\Roaming\npm\node_modules@forge\cli\node_modules\commander\lib\command.js:936:5)
at async Command.parse (C:\Users\Eric\AppData\Roaming\npm\node_modules@forge\cli\out\command-line\command.js:154:13)
at async main (C:\Users\Eric\AppData\Roaming\npm\node_modules@forge\cli\out\command-line\index.js:53:5)