We have added authorisation using the addOnSdk.app.oauth.authorize.
When trying to use the Narrato Add on after creating a private listing, the pop up fails to load with
Error: The "authorizationUrl" in the request does not match any entry in "oauth" permissions. To allow authorization, add the hostname of "authorizationUrl" to the "oauth" permissions array in the manifest.
Upon checking the source files and debugging, we see that the manifest object doesn't contain oauth array and is later passed on to check for the domain name match which is failing.
Can you look into whats going wrong. Manifest file attached.