9304db2391c7c439649182e3d4cbbc83d8d8a8fc
Next.js rewrites are evaluated at build time, not runtime. The API_INTERNAL_URL was set in K8s deployment but not during the Docker build, causing fallback to localhost:5001. - Added ENV API_INTERNAL_URL=http://workclub-api:8080 - This ensures Next.js rewrites point to internal K8s service
Description
No description provided