Discussions

Ask a Question
Back to All

Add-on status still 'Processing'

I updated my add-on w/ a new manifest.json file hours ago (this morning), but its status is still 'Processing', and when I try invoking my lambda function by clicking the add-on button, I see the error (in Cloudwatch logs) that
{"errorCode":403,
"message":"insufficient_scope",
"additionalDetails":""read_job_contacts" scope required to complete this request"}
But that scope is part of my updated manifest file, which shows that the add-on isn't updated yet. Why's it taking so long to process?