Open Issues Need Help
View All on GitHubAI Summary: The application inconsistently handles SVG files: the upload method recognizes them as images, but the `list_files` method's image filter does not include `.svg` extensions. This prevents SVG files from appearing when users filter for images. The fix involves adding `.svg` to the `image_extensions` set in `backend/storage/local_storage.py`.
Next.js 14 + FastAPI + MongoDB portfolio with storage, JWT auth, and admin CMS
AI Summary: This GitHub issue reports duplicate route decorators in `backend/server.py` for the `/blogs` and `/comments/{blog_id}` endpoints. This duplication can cause unexpected routing behavior or warnings. The suggested fix is to simply remove the redundant decorator from each affected route.
Next.js 14 + FastAPI + MongoDB portfolio with storage, JWT auth, and admin CMS