Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Lots of DNS errors while developing a Jira Plugin

Chris Wininger
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 25, 2023

I am working on a plugin to be deployed to the Atlasian market place for Jira cloud. I am leveraging Forge, ui-kit and the various apis.

 

While testing against my developer cloud environment, chriswininger.atlasian.com I get intermittent but frequent DNS lookup failures from the jira api, errors such as this:

`getaddrinfo EAI_AGAIN api.atlassian.com`

 

An example code snippet that results in this would be:

```

resp = await api.asApp().requestJira(route`/rest/api/3/issue`, {
method: 'POST',
headers: {
'Accept': 'application/json',
'Content-Type': 'application/json'
},
body: JSON.stringify(body)
});

```

 

It is making development and testing extremely difficult and I'm concerned about how this might perform in production. Is there any insight into why I am seeing this you can offer and/or any advice on how to prevent it?

 

 

1 answer

0 votes
Mohanraj Thangamuthu
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 25, 2023

Hello, Good day. Please post your in https://community.developer.atlassian.com/ as well.

Chris Wininger
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 27, 2023
Like Mohanraj Thangamuthu likes this

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events