@Chris Roper It seems like you are having trouble deploying your Blazor Web Assembly Client solution to Azure Static Web Apps. Based on the information you provided, it is difficult to determine the exact cause of the issue. I can provide you with some general troubleshooting steps that may help you resolve the issue.
First, you can check the deployment logs to see if there are any errors or warnings during the deployment process. To do this, go to the Azure portal for your Static Web App, select Development Tools -> Advanced Tools, then select Go ->. In the new browser tab, select Browse Directory -> Deployment Logs. Review the logs and look for any errors or warnings related to your deployment.
Second, you can check if the application source code deployed correctly to each web app. To do this, go to the Azure portal for the web app, select Development Tools -> Advanced Tools, then select Go ->. In the new browser tab, select Browse Directory -> Site wwwroot. Verify that the following files are in the directory:
- package.json
- node_modules.tar.gz
- /src/index.js
Also, verify that the package.json's name
property is the same as the web name, either frontend
or backend
. If you changed the source code and need to redeploy, use az webapp up
from the directory that has the package.json file for that app.
Third, you can check if the application started correctly. Both the web apps should return something when the home page is requested. If you can't reach /debug
on a web app, the app didn't start correctly. Review the error logs for that web app.
If none of these steps help you resolve the issue, please provide more information about the error or issue you are facing.