Hello HubSpot Community,
I encountered the following error, and I’d appreciate any insights into what might be causing it:
- Error Code: 400 Bad Request
- Message: “Unable to deduce portalId from this request.”
- Correlation ID: 4be7489b-dbd3-49f9-a500-2313e143b2a4
- Date: Tue, 29 Oct 2024 03:07:41 GMT
- Response Headers:
- Content-Type: application/json;charset=utf-8
- Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
- Access-Control Headers: multiple included for methods, credentials, and headers
Response Body:
Sample error from my python script response body.
{
"status": "error",
"message": "Unable to deduce portalId from this request.",
"correlationId": "4be7489b-dbd3-49f9-a500-2313e143b2a4"
}
Does anyone know what might cause this “Unable to deduce portalId” message? Any guidance on fixing this issue would be very helpful. Thank you!
BR,
Gerald