Share via

Content Encoding Error when launching Kudu from App Service Editor

Dwight Sands 1 Reputation point
2022-03-25T01:58:22.79+00:00

Getting "Content Encoding Error" when launching Kudu from App Service Editor

Azure App Service
Azure App Service

Azure App Service is a service used to create and deploy scalable, mission-critical web apps.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Ajay Kumar N 28,266 Reputation points Microsoft Employee Moderator
    2022-03-25T13:27:29.863+00:00

    DwightSands-7291, To better assist you on this, what is the app framework that you’re working on (Dotnet, PHP, Node, Java, etc)? Do you recall making any changes prior to the issue happening?

    Does the error appear upon clicking on “Open Kudu Console” from App Service Editor or navigating to Kudu Console?

    --As a test, you may try to access Kudu Console directly via:

    1. Navigate to the Kudo console at https://yoursitename.scm.azurewebsites.net.
    2. From the Azure Portal, access your WebApp “Advanced Tools” blade and then “Go->”.

    --On my test site, I’m ‘Open Kudu Console’ fine via App Service Editor. (screenshot below)

    --You could capture a network trace via F12 developer tools in the browser to fetch more details on the error.

    --Also, review the web.config/and Content Type:
    "Content-Type: application/json"

    Checkout these docs for more info.
    https://github.com/projectkudu/kudu/wiki/Analyzing-a-git-client-trace
    https://github.com/projectkudu/kudu/wiki/REST-API

    -- If feasible (if you have tried), you may consider restart the WebApp and then test.
    Also, please post a screenshot after concealing any private details.

    App Service Editor

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.