Uploaded image for project: 'Statuspage'
  1. Statuspage
  2. STATUS-723

Attempting to delete a PAU on an Audience Specific site results in an error

XMLWordPrintable

    • 1
    • Severity 2 - Major

      Issue Summary

      Attempting to delete a PAU on an Audience Specific site results in an error. It will throw an blue screen that reads "Something might be broken"

      When using the API, an internal error is thrown.

      Steps to Reproduce

      Reproduce via GUI

      1. Log into an AS page and go to "Audience"
      2. Go to your users and click on "delete" next to their name
      3. Observe the error and the user not being deleted

      Reproduce via API

      1. Using the CURL command :
        curl https://api.statuspage.io/v1/pages/{page_id}/page_access_users/{page_access_user_id} \
          -H "Authorization: OAuth your-api-key-goes-here" \
          -X DELETE
        
      2. Fill in the details and execute
      3. Observe the result : "error":"An internal API error occurred."

      Expected Results

      • The user is deleted successfully and removed

      Actual Results

      • The user is not deleted and the error "Something might be broken" is thrown in the GUI, "An internal API error occurred" in the API

      Workaround

      None at the moment

            731a00eae5bc Naman Bansal
            12298a70fcc6 Abraham Musalem
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: