The base URL of my Atlassian Connect app is the HTTP server responsible for serving the static UI only. I would like to receive the lifecycle callbacks directly to my backend service, though, so I can reliably respond with a 200 code without having to forward anything from my frontend.
The docs state that:
Each property in this object is a URL relative to the app’s base URL.
Is there a way to do it?