Your site will be ready soon—please check back later.

DHANASHRI BAPAT 45 Reputation points
2025-12-14T09:26:46.0266667+00:00

Hi

I am trying to publish zip file of frontend app ( vite) to Static Web App in Azure using cli

I followed the documentation provided for using swa cli but yet see the message -Your site will be ready soon—please check back later.

What is the problem here? Please help

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

2 answers

Sort by: Most helpful
  1. Q&A Assist
    2025-12-14T09:26:55.94+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    If you are seeing the message "Your site will be ready soon—please check back later," it could be due to several reasons related to the deployment process of your frontend app using the Azure Static Web Apps CLI. Here are some common issues to check:

    1. Deployment Status: Ensure that the deployment process has completed successfully. You can check the Azure portal for the status of your deployment.
    2. Configuration Issues: Make sure that your swa-cli.config.json file is correctly set up, especially the paths to your app and API locations. If the configuration is incorrect, the CLI might not be able to serve your app properly.
    3. Build Errors: If there are any errors during the build process of your Vite app, it might not deploy correctly. Check the logs for any build errors that need to be resolved.
    4. Local Development: If you are testing locally, ensure that you are using the correct commands to start the local server. You can use the swa start command to serve your app locally and check for any issues.
    5. API Configuration: If your app relies on API functions, ensure that they are correctly configured and that the Azure Functions Core Tools are properly set up to run your API endpoints.

    If you have checked all these areas and are still facing issues, consider reaching out for support or checking the Azure documentation for more troubleshooting steps.


    References:

    0 comments No comments

  2. Golla Venkata Pavani 380 Reputation points Microsoft External Staff Moderator
    2025-12-15T10:55:26.8766667+00:00

    Hii Dhanashri,

    It sounds like you're having an issue with deploying your frontend app using the Azure Static Web Apps CLI, and you're seeing the message "Your site will be ready soon—please check back later." Here are a few things to check that might help resolve the issue:

    1. Deployment Token: Ensure that the deployment token is correctly set in your build configuration. This token is crucial for verifying your deployment connection to the Static Web App.
      • Check this documentation for details on managing your deployment token.
    2. Build Configuration: Verify that the build settings in your workflow file (.github/workflows/azure-static-web-apps.yml for GitHub Actions) are correct, especially the app_location and output_location. Make sure they reflect the correct paths for your Vite app.
      • For example, if your app is built in the dist directory, ensure that output_location is set accordingly.
    3. Service Status: Sometimes, the Azure service might be experiencing issues. Check the Azure status to see if there are any ongoing service disruptions that could affect your deployment.
    4. Logs for Errors: You can retrieve deployment error messages to diagnose issues.
    5. Wait Time: Be aware that after deploying, it may take some time for your app to be fully live. Generally, you should allow a few minutes before re-checking your app.

    References:

    Azure Status - https://azure.status.microsoft/en-us/status

    https://learn.microsoft.com/en-us/azure/static-web-apps/deployment-token-management

    Troubleshoot Deployment Errors -https://learn.microsoft.com/en-us/azure/static-web-apps/troubleshooting#retrieve-deployment-error-messages

    Build Configuration - https://learn.microsoft.com/en-us/azure/static-web-apps/build-configuration?tabs=identity&pivots=github-actions
    Kindly let us know if the above comment helps or you need further assistance on this issue.

    Please "Accept" if the information helped you. This will help us and others in the community as well.

    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.