hi
i created a UI kit app,registered,deployed and installed.it is showing the output as expected
i want to run forge tunnel for this app but it is showing the below error
{“tunnel_error”:true,“name”:“FetchError”,“attributes”:{}}
Error: request to GraphQL Gateway failed, reason: getaddrinfo ENOTFOUND api.atlassian.com
how to make tunnel connection
thanks in advance
Hi @SathishJ. I’m not able to reproduce the problem you’ve described. On the surface, it appears like a DNS resolution issue. Can you go to your command line and try nslookup
, dig
or ping
to api.atlassian.com
to see if it resolves to an IP address? If not, then it’s the DNS server that your computer is using. Perhaps it’s a corporate DNS server you’re using and it’s blocking the name resolution.
1 Like