I recently created an Angular.js quiz application by following a tutorial video. Although the app is functional on Mozilla Developer Edition, I have encountered issues with other browsers when running it locally. The root directory of my app includes the main HTML file, a JSON file, a CSS folder, an images folder, and an Angular.js files folder. Upon attempting to deploy the app to Heroku, I received an error message stating 'No default language could be detected', which seems to be related to build packs. Unfortunately, I am struggling to determine how to resolve this issue. For those interested, here is the link to my repository on GitHub: My GitHub repository