You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I pull this frontend package as container ,It seems access the backend API address http://localhost:7437 ,I tried to change the container Environment NEXT_PUBLIC_API_URI to the other Address , makes the frontend remote accessed. but the frontend container still access to http://localhost:7437
Description
When I pull this frontend package as container ,It seems access the backend API address
http://localhost:7437,I tried to change the container EnvironmentNEXT_PUBLIC_API_URIto the other Address , makes the frontend remote accessed. but the frontend container still access tohttp://localhost:7437Steps to Reproduce the Bug
git clone https://github.com/Josh-XT/Agent-LLM.cd Agent-LLM/sudo docker-compose up -dto run containeragent-llm_frontend_1EnvNEXT_PUBLIC_API_URIby managent service such as portainer.http:{ip}:3000,and open the development tool to check.Expected Behavior
can access the backend as local do.
Actual Behavior
shows network error,and the frontend still access
http://localhost:7437Additional Context / Screenshots
No response
Operating System
Python Version
Environment Type - Connection
Environment Type - Container
Acknowledgements