4e52544c79
The Next.js rewrites were falling back to localhost:5001 because API_INTERNAL_URL was not set. This caused API proxy errors. - Added API_INTERNAL_URL=http://workclub-api:8080 - This allows Next.js to proxy /api/* calls to the internal backend service