I have a workflow that was working correctly, and after 1 day it started to show a specific error that I had never seen before, the flow is nothing more than a request to activate a campaign, has anyone had this problem?
Message erro:
error parsing the response header for Content-Type: mime: no media type
Hi Guilherme,
Ensure that you are sending all the headers to activate the campaign via API, including the Content-Type: application/json
Refer to this documentation for more info: Start Campaign
If you still have issues, please share the request that you are sending in this HTTP Request.
I’ve suddenly started getting this error too for multiple different workflows for different actions such as: Complete Campaign, Identity Profile Refresh & Graph API calls to Microsoft.
We’ve had these workflows working for months without issue, suddenly started to occur last night across Production and SB tenants.
***EDIT: It appears as if the API call still actions OK, however we now get a failed reply with the following error
{“displayName”:“Autocomplete Leaver Campaign”,“error”:“error parsing the response header for Content-Type: mime: no media type”,“stepName”:“autocompleteLeaverCampaign”,“task”:“sp:http”,“technicalName”:“Autocomplete Leaver Campaign”}
We’ll need to wait for the next 12 hours, as the team operates in the CST time zone. Several major partners have reported the issue, but the incident is yet to be officially logged.
Hello,
I am facing the same error in my workflow too. This was working well last week, and since yesterday I hav ealso been observing the same error “error parsing the response header for Content-Type: mime: no media type”
1 - If the job or area attribute is changed, the workflow is activated
2 - a campaign is created immediately
3 - a 1-minute wait step is performed to generate the campaign
4 - an http request is performed to activate the campaign
5 - a 5-minute wait step is performed
6 - then a string comparator is performed to see if the campaign status is completed. If it is, the workflow ends. If not, it revokes access
7 - when it reaches the step to revoke access, the http request is correct, but it gives an error
request: https://tenant.api.identitynow.com/v3/campaigns/{campaign id}/complete"
error: error parsing the response header for Content-Type: mime: no media type
We had the same problem here. We didn’t configure it with JSON Patch but for some reason this configuration appeared in the workflow. Check the workflow, probably in the Content Type it is enabled with JSON Patch.