Forge fetch isn't working in our app which was working fine previously

Hi Team,

We have developed an app in Jira that integrates with Azure DevOps APIs. The app was working fine previously, but after attempting to update it recently, we noticed that the fetch function is not working. However, it continues to work in the configuration page.

Could you please let us know if there have been any changes to the implementation or the usage of the fetch module?

Thanks,

Hi @identifyyou, are there any logged errors (on backend) when fetch isn’t working properly?

Hi @nmansilla,

Thank you for your response.

In the backend logs, the only entry we see is:
invocation: a67add649436423d8c index.handler.

In the frontend logs, we’re encountering the following error:
Uncaught (in promise) Error: There was an error invoking the function - Cannot read properties of undefined (reading 'fetch').

Thank you.