Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Peter Busfield 3 posts 75 karma points
    Sep 27, 2024 @ 01:59
    Peter Busfield
    0

    Error during Azure Devops Pipeline deployment to Umbraco Cloud

    Hello, I am having an issue with my Azure Pipeline when deploying to Umbraco Cloud.

    Details: Umbraco CMS Version is 13.4.1 Umbraco Deploy Cloud Version is 13.2.0

    When running the pipeline, in the 'Fetch Changes From Cloud' section, running devops/scripts/getchangesby_id.sh script, I get a response code of 524 when calling:

    responseCode=$(curl -s -w "%{http_code}" -L -o "$filePath" -X GET $changeUrl \
        -H "Umbraco-Cloud-Api-Key: $apiKey" \
        -H "Content-Type: application/json")`
    

    Debugging this outputs a response code of 524

    Does anyone know a fix for this?

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies