Question
Why doesn't App Platform recognize a static content web from index.htm?
I have followed the tutorial in an attempt to build my App from static content.
My static content includes :
index.htm
/js/*.js files
/cs/main.css
When the app wizard gets to the point where it is “fishing” for my content against my github repo then it fails stating…
App detection failed
We’re sorry, but we weren’t able to detect anything that the App Platform can currently run in the repository you selected. Please try a different repository.
Rename index.htm to index.html
I decided to rename my index.htm to index.html and try it again.
Guess what? That fixed it.
Please fix this bug.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×