I created a web based music streaming app using flask and vuejs in which users could upload songs and thumbnails and listen to those songs. I am storing the files in a sub folder. The problem is after deploying the app on heroku, the website is not able to fetch both audio and image files from the github repo. This is how my repo is structured-
- main
- backend
- …
- config.py
- static
- audio files (location of audio files)
- thumbnails (location of thumbnails)
- backend
I tried changing the name of the folder from which the files were present in the fetch call but it didn’t work.