All checks were successful
Build and Push Docker Images / docker (push) Successful in 2m30s
The config.ts file was still checking for NEXT_PUBLIC_WREN_API_TOKEN which no longer exists after moving to server-side proxy routes. Changes: - Remove all client-side environment variable checks - Set wrenApiKey to dummy value 'server-proxy' - Add comments explaining API key is server-side only - Remove error logging for missing client-side key This fixes the console error: "Missing required environment variable: NEXT_PUBLIC_WREN_API_TOKEN"