Unable to save or display any of the options
Opened this issue · 2 comments
Hello,
After installing the plugin on Bitbucket v6.0.1 I'm not able to do any updates in global or repository configurations. None of the screen changes (check or radio buttons pressed) saves in the system, i.e. prsssing the "save" button refreshes the screen and without displaying previous selections.
Neither do I see "New" option in Notifications drop down box.
No error messages in bitbucket
I've sent few curl commands to create a notification, yet, not able to see it via GUI.
However, there are many notifications are available from rest api (https://my_bb_server/bitbucket/rest/prnfb-admin/1.0/settings/notifications):
{
"headers": [],
"method": "POST",
"name": "validate-email-ms-master_validate-email-openshift-request-merged-generic",
"password": "KEEP_THIS_TO_LEAVE_UNCHANGED",
"projectKey": "EPP",
"proxyPassword": "KEEP_THIS_TO_LEAVE_UNCHANGED",
"proxyUser": "KEEP_THIS_TO_LEAVE_UNCHANGED",
"repositorySlug": "validate-email-ms",
"triggerIfCanMerge": "ALWAYS",
"triggerIgnoreStateList": [],
"triggers": [
"MERGED"
],
"updatePullRequestRefs": false,
"url": "https://target_server_name/oapi/v1/namespaces/validate-email-ms-master/buildconfigs/validate-email-ms/webhooks/gibberish_secret /generic",
"user": "KEEP_THIS_TO_LEAVE_UNCHANGED",
"uuid": "b9492f37-6b6b-4201-bea1-9efcc70eed70",
"postContentEncoding": "NONE",
"httpVersion": "HTTP_1_1"
}
Can you please direct me to where should I be looking for the problem?