Project-Image-Uploader/frontend
matthias.lotz 8332a78c1e fix: resolve reordering API routing issue
🔧 Problem identified and fixed:
- nginx proxy was routing /api/groups to /groups (removing /api prefix)
- Backend route was registered under /api/groups instead of /groups
- Changed backend route registration from '/api/groups' to '/groups'
- Tested API endpoint: curl to /api/groups/qion_-lT1/reorder now works
- Removed debug console.log statements for cleaner production code

 Drag-and-drop reordering now functional in ModerationGroupImagesPage
 API requests properly routed through nginx proxy to backend
 Error 'Reihenfolge konnte nicht geändert werden' resolved
2025-11-03 21:39:44 +01:00
..
conf/conf.d feat(frontend): integrate preview images in gallery components 2025-10-31 18:20:50 +01:00
public Initial Commit 2025-10-15 21:33:00 +02:00
src fix: resolve reordering API routing issue 2025-11-03 21:39:44 +01:00
.env Initial Commit 2025-10-15 21:33:00 +02:00
.gitignore Initial Commit 2025-10-15 21:33:00 +02:00
Dockerfile chore(frontend): remove @mui/styles, replace react-lottie with lottie-react and remove legacy-peer-deps in Dockerfile 2025-10-29 21:49:09 +01:00
Dockerfile.dev docs: complete migration documentation and finalize dev environment 2025-10-29 23:11:37 +01:00
env-config 2.js Initial Commit 2025-10-15 21:33:00 +02:00
env.sh Initial Commit 2025-10-15 21:33:00 +02:00
htpasswd Initial Commit 2025-10-15 21:33:00 +02:00
nginx.dev.conf feat(frontend): integrate preview images in gallery components 2025-10-31 18:20:50 +01:00
package-lock.json feat: implement drag-and-drop reordering infrastructure 2025-11-03 21:06:39 +01:00
package.json feat: implement drag-and-drop reordering infrastructure 2025-11-03 21:06:39 +01:00
start-dev.sh feat(frontend): integrate preview images in gallery components 2025-10-31 18:20:50 +01:00