mirror of
https://github.com/KelvinTegelaar/CIPP.git
synced 2026-04-25 08:16:01 +03:00
[GH-ISSUE #972] BUG: Unable to set notification email #511
Labels
No labels
API
Feature
NotABug
NotABug
Planned
Sponsor Priority
Sponsor Priority
bug
documentation
duplicate
enhancement
needs more info
no-activity
no-priority
not-assigned
pull-request
react-conversion
react-conversion
roadmap
security
stale
unconfirmed-by-user
unconfirmed-by-user
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/CIPP#511
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @LNS-MElliott on GitHub (Jun 17, 2022).
Original GitHub issue: https://github.com/KelvinTegelaar/CIPP/issues/972
Describe the bug
In CIPP v2.7.0 I am unable to set a notification email address. I have tried setting this with the Webhook field blank, $null, or a fake webhook address. I am showing the green box with the checkmark to indicate that it accepts the input, but still receiving "Failed to set configuration" error. This happens in All Tenants as well as in specific tenants.
To Reproduce
Steps to reproduce the behavior:
@KelvinTegelaar commented on GitHub (Jun 17, 2022):
Looking into this to confirm, @johnduprey had the same which resolved somehow. :)
@KelvinTegelaar commented on GitHub (Jun 17, 2022):
temp fix before we release a hotfix: enter an email, webhook, and set all checkboxes, after that you can set what you want. :)
@LNS-MElliott commented on GitHub (Jun 17, 2022):
This mostly worked, thanks!! After setting all of them, it allowed me to save it. When trying to remove all the checkboxes and the webhook, I still had to have a webhook value. I just filled it with $null for now and that worked.
@KelvinTegelaar commented on GitHub (Jun 20, 2022):
Fixed in dev