Hi all,
I have create a test App leveraging the routeApi module (https://developer.atlassian.com/platform/forge/manifest-reference/modules/api-route/).
I followed the tutorials:
- declared custom scope
- push them to forge environment
- added the route Api module declaration
- deployed the app on my instance.
I see the part of the tutorial to create an 3LO to access the route from “outside”, I would like to do it from another Forge App. When hitting the url, I get a 401.
My questions:
- is there a trick to make this work ?
- is this even supposed to work ?
- what else could I use to make 2 Forge applications communicate more than payload less AppEvents ?
Regards,