I am encountering an issue with fetching a .txt file in a folder using the fetch() function in JavaScript within a Django project. Whenever I try to call the file with fetch, a Django error occurs.
(index):456 GET 404 (Not Found)
The file I am trying to access is named 8.txt, and I am making the fetch function call from an HTML page called playbooks.html. Any assistance in resolving this issue would be greatly appreciated.