Skip to content

Subscription Disabled after Stopping a Subscription then immediately starting a Subscription #479

@aryatyagi14

Description

@aryatyagi14

I am seeing an issue where once I stop a subscription and then try to immediately start a subscription I see this error when I try to list the available contentURIs:

{
"error": {
"code": "AF20023",
"message": "The subscription was disabled."
}
}

When I start the subscription I see this returned:

{
"contentType": "Audit.Sharepoint",
"status": "enabled",
"webhook": null
}

Which should mean that I successfully started the subscription but when I try to list the available subscriptions the list is empty.

Then when I try to list the available contentURIs it returns the error I pasted above about the subscription being disabled.

I have waited for the subscription state to have time to change back from being disabled but it still gives me this error.

Attached are images of the calls I am referring to. (These calls were working perfectly fine before)

Image Image Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions