Error parsing the response header for Content-Type: mime: no media type

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

1 Like

have you tried to switch the content-type to json/application json?

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 tested changing the request to revoke all access, and it gave the same error message.

What exactly are you sending in this Action? Can you share your workflow json?
To revoke the Access you need to activate the campaign first

Hi all,

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”}

Facing the same issue, is this an issue on SailPoint side as it seems to be effecting a lot of people?

@Faisal99 @guilherme_sec @guilherme_sec

Sailpoint Identified this , they are trying to fix this .

Thanks

1 Like

Thank you so much Sidharth, It saved much of our time on investigation.

I am seeing the same error for my workflow.

Hi @sidharth_tarlapally is this shared via an update/document?

@SushantKulkarni

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 Like

My workflow scenario is

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.

Is there anywhere we can track the status of this?

With the same error here, is there any palliative?

I ran some tests on my workflows and the HTTP request goes through fine, but it throws the same error when the response comes back

Maybe handle it with Error handling config could be a palliative solution

Not yet on the community forum . This will be resolved in next few hours .

6 Likes

Thanks for fixing it. What is the reason for this cause. Can you give a short info if possible.