App update required - Deprecated platform component error

Hello

I have developed an app that in Development works just fine. But when trying to deploy for PROD now it shows error "App update required
[App Name] version is outdated due to a deprecated platform component. The app developer needs to update it to a compatible version. Please ask your admin to check for updates or contact the app developer.”

Note that the error is recent, we deployed this two months ago without any error.

I have no idea what the deprecated component is. The app is using the latest @forge/cli version.

How can I find what the is message refering to ?

Thanks

Hi @fannyumana

Welcome to the community!

There been different deprecations over time, one that impacts the node runtime that could block it from being deployed in production, but would only render warnings for development of staging.

Have a look here https://developer.atlassian.com/platform/forge/changelog/# to see if you are impacted by any of the changes.

Or you can share your manifest and I’m happy to take a look.

Cheers,
Mark

Thanks for the help Mark

I suspect it may be the external fetch permission, but I read online that having the app “not eligible for the Runs on Atlassian program” does not mean I can’t deploy it. am I wrong? Unfortunately I can’t narrow down to a specific URL due o the nature of the tool.
Any idea?
Thanks