# 카카오 로그인 시 동의 후 메인 페이지로 이동해요. 왜 그런가요?

<mark style="color:blue;">해당 현상은 카카오 디벨로퍼스 앱의</mark> <mark style="color:blue;"></mark><mark style="color:blue;">**시크릿키 활성화 설정**</mark><mark style="color:blue;">으로 인해 발생할 수 있어요.</mark>

***

카카오 로그인 동의 후 가입 또는 로그인이 완료되지 않고 메인 페이지로 이동한다면,\
카카오 앱 설정에서 **시크릿키가 활성화되어 있는 경우**일 수 있어요.

이 경우 카카오 로그인 연동이 정상적으로 처리되지 않을 수 있으니,\
**카카오 디벨로퍼스 > 앱 설정에서 시크릿키를 비활성화**한 후 다시 로그인해 주세요.

<figure><img src="/files/bR0j4NpKJoSwzCMDxzRw" alt=""><figcaption></figcaption></figure>

{% stepper %}
{% step %}
카카오 디벨로퍼스에 접속해요.
{% endstep %}

{% step %}
사용 중인 앱을 선택해요.
{% endstep %}

{% step %}
앱 설정에서 시크릿키 상태를 확인해요.
{% endstep %}

{% step %}
시크릿키가 활성화되어 있다면 비활성화로 변경해요.
{% endstep %}

{% step %}
쇼핑몰에서 다시 카카오 로그인을 시도해요.
{% endstep %}
{% endstepper %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.makeshop.co.kr/faq/customer/undefined/kakao_error.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
