> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wandb.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# API 오류 코드 500 - 요청을 처리하는 중 서버에 오류가 발생했습니다

`The server had an error while processing your request`라는 메시지와 함께 표시되는 `500` 오류는 Serverless Inference의 내부 서버 오류를 의미합니다.

<div id="why-this-happens">
  ## 이런 현상이 발생하는 이유
</div>

내부 서버 오류는 일반적으로 일시적이며 서버 측에서 발생합니다. 이는 사용자의 요청이나 설정 때문에 발생하는 것이 아닙니다.

<div id="what-you-can-do">
  ## 시도해 볼 수 있는 방법
</div>

오류를 해결하려면 다음 단계를 따르세요:

1. **잠시 기다린 후 다시 시도하세요.** 몇 초 정도 기다렸다가 요청을 다시 시도하세요. 자동 재시도에는 지수 백오프를 사용하세요.
2. **문제가 계속되면 지원팀에 문의하세요.** 여러 번 재시도한 후에도 `500` 오류가 계속 나타나면, 요청 세부 정보와 함께 [W\&B 지원팀](mailto:support@wandb.com)에 문의하세요.

***

<Badge stroke shape="pill" color="orange" size="md">[서버 오류](/ko/support/inference/tags/server-errors)</Badge>
