Azure Static Web App deployment status stuck at "Uploading"

CHAVI RASTOGI 0 Reputation points
2024-07-20T09:58:23.0233333+00:00

I deployed my static web app to azure through Visual Studio as well as using swa CLI (1.1.10). The deployment went through just fine. However, after visiting the Azure portal, the deployment status is still "Uploading". Running the app did not show any changes that were supposed to have been made to the app. So, essentially, on azure, the updates are not deploying.

Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
925 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. akinbade abiola 16,640 Reputation points
    2024-07-20T10:30:06.84+00:00

    Hello Chavi,

    Thanks for your question.

    For this, I will recommend going through the deployment logs to find out the root cause

    az webapp log deployment list --name MyWebApp --resource-group MyResourceGroup
    

    https://learn.microsoft.com/en-us/cli/azure/webapp/log/deployment?view=azure-cli-latest

    You can further restart the Web app, or redeploy the static app as an immediate fix, if you find nothing from the logs.

    You can mark it 'Accept Answer' and 'Upvote' if this helped you

    Regards,

    Abiola

    0 comments No comments

Your answer

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