Failed to find a default file in the app artifacts folder (/). Valid default files: index.html,Index.html #1276
Unanswered
gouthamkamre68
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have a Static website PHP code and wanted to deploy it on the Azure static web app but failed due to the issue mentioned below. Please help me to figure out this issue.
The root folder contained index.php but the pipeline is looking for index.html or Index.html
Error:
Failed to find a default file in the app artifacts folder (/). Valid default files: index.html,Index.html.
If your application contains purely static content, please verify that the variable 'app_location' in your workflow file points to the root of your application.
If your application requires build steps, please validate that a default file exists in the build output directory.
Beta Was this translation helpful? Give feedback.
All reactions