Open Issues Need Help
View All on GitHub Use js instead of nginx in test about 2 months ago
AI Summary: Replace the existing nginx-based testing proxy with a Node.js Express server to simplify the testing environment for the NEEMS EMS React frontend. The Express server should proxy `/api` requests to the specified backend (NEEMS Core) and serve static files from the `dist` directory. The primary challenge is resolving the 404 errors currently encountered when proxying requests, likely due to incorrect URL rewriting by the proxy middleware.
Complexity:
4/5
enhancement good first issue help wanted