Leehun

Results 3 issues of Leehun

**Describe the bug** I have changed the BACKEND_URL in docker-compose file to other host,, but the frontend keep sending requests to 127.0.0.1 **Expected behavior** Frontend should send requests to corresponding...

- **Issue**: Currently, the frontend always calls the backend at `http://localhost:7777`, no matter how I change `REACT_APP_BACKEND_URL` environment variable. - **Root Cause**: https://github.com/Fosowl/agenticSeek/blob/6bb0e5a16b599670c73fbe252d57f98aa23cece2/frontend/agentic-seek-front/src/App.js#L7 This should be reversed: ``` const BACKEND_URL...