1 Open Issue Need Help Last updated: Jul 22, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Debug and fix a 404 error on an AI movie recommendations endpoint. The issue stems from a URL mismatch between the frontend's fetch request (/movies/ai-recommendations/) and the backend's defined route (/movie/ai-recommendations/ or potentially a prefixed version). The solution involves verifying the URL generation in the Django template using {% url 'ai_recommendations' %}, ensuring consistency with the backend route definition in urls.py, and potentially addressing any app prefix issues in the project's URL configuration.

Complexity: 3/5
bug help wanted