We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker 설치 및 구동에는 문제가 없는데 실제 구동시에 http://localhost:2024/ 를 호출하면 다음의 에러가 표시됩니다. 혹시 src 관련 폴더를 추가하는게 필요할까요? openai 환경으로 설정했습니다.
2025-04-22 15:26:54 2025-04-22T06:26:54.070308Z [info ] GET / 404 0ms [langgraph_api.server] api_revision=4295c63 api_variant=licensed latency_ms=0 method=GET path=/ path_params={} proto=1.1 query_string= req_header={'host': 'localhost:2024', 'connection': 'keep-alive', 'sec-ch-ua': '"Not)A;Brand";v="99", "Google Chrome";v="127", "Chromium";v="127"', 'sec-ch-ua-mobile': '?0', 'sec-ch-ua-platform': '"Windows"', 'upgrade-insecure-requests': '1', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36', 'accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,/;q=0.8,application/signed-exchange;v=b3;q=0.7', 'sec-fetch-site': 'none', 'sec-fetch-mode': 'navigate', 'sec-fetch-user': '?1', 'sec-fetch-dest': 'document', 'accept-encoding': 'gzip, deflate, br, zstd', 'accept-language': 'ko-KR,ko;q=0.9,en-US;q=0.8,en;q=0.7,el;q=0.6'} res_header={'content-length': '9', 'content-type': 'text/plain; charset=utf-8'} route=None status=404 thread_name=MainThread
The text was updated successfully, but these errors were encountered:
No branches or pull requests
docker 설치 및 구동에는 문제가 없는데 실제 구동시에 http://localhost:2024/ 를 호출하면 다음의 에러가 표시됩니다.
혹시 src 관련 폴더를 추가하는게 필요할까요?
openai 환경으로 설정했습니다.
2025-04-22 15:26:54 2025-04-22T06:26:54.070308Z [info ] GET / 404 0ms [langgraph_api.server] api_revision=4295c63 api_variant=licensed latency_ms=0 method=GET path=/ path_params={} proto=1.1 query_string= req_header={'host': 'localhost:2024', 'connection': 'keep-alive', 'sec-ch-ua': '"Not)A;Brand";v="99", "Google Chrome";v="127", "Chromium";v="127"', 'sec-ch-ua-mobile': '?0', 'sec-ch-ua-platform': '"Windows"', 'upgrade-insecure-requests': '1', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36', 'accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,/;q=0.8,application/signed-exchange;v=b3;q=0.7', 'sec-fetch-site': 'none', 'sec-fetch-mode': 'navigate', 'sec-fetch-user': '?1', 'sec-fetch-dest': 'document', 'accept-encoding': 'gzip, deflate, br, zstd', 'accept-language': 'ko-KR,ko;q=0.9,en-US;q=0.8,en;q=0.7,el;q=0.6'} res_header={'content-length': '9', 'content-type': 'text/plain; charset=utf-8'} route=None status=404 thread_name=MainThread
The text was updated successfully, but these errors were encountered: