Facing issue while submitting marketplace app

Hi Team,

Made a few enhancements for the Jira Plus app and submitted it for review, but it soon got rejected, and got a zip file. When I opened the HTML I could see errors like below mentioned in Screenshot, but I don’t get what to do here.

Will replacing ajax calls with the Client fix this or should it be handled in a different way ?

Hi @Manigandan_Ravi, you will need to use Request Method to make HTTP requests.

Additionally, you will have to allow domains using the "whitelisted-domains" array in manifest.json (scroll down to the bottom of the page) to allow requests.

1 Like

@Manigandan_Ravi did you manage to fix this?