Kakao API Settings

kakao force to set static "Redirect Path" ( not allowing custom parameters such as "redirect_state" )
Problem
and that uri is not allowed by kakao settings, so it redirects to "https://kauth.kakao.com/oauth/authorize?state=fAXuvuZz5qDlTg4AERBwKqADpCsBIUBn&redirect_uri=http%3A%2F%2Flocalhost%3A8000%2Fcomplete%2Fkakao%2F%3Fredirect_state%3DfAXuvuZz5qDlTg4AERBwKqADpCsBIUBn&response_type=code&client_id=714f99bb9174783b6df584970a4e2637"

error="redirect_uri_mismatch", error_description="Invalid redirect: http://localhost:8000/complete/kakao/?redirect_state=fAXuvuZz5qDlTg4AERBwKqADpCsBIUBn does not match one of the registered values. Please check app settings on kakao developer site."
Questions
Is there any solutions that i can remove "redirect_state" params?
Kakao API Settings
kakao force to set static "Redirect Path" ( not allowing custom parameters such as "redirect_state" )
Problem
and that uri is not allowed by kakao settings, so it redirects to "https://kauth.kakao.com/oauth/authorize?state=fAXuvuZz5qDlTg4AERBwKqADpCsBIUBn&redirect_uri=http%3A%2F%2Flocalhost%3A8000%2Fcomplete%2Fkakao%2F%3Fredirect_state%3DfAXuvuZz5qDlTg4AERBwKqADpCsBIUBn&response_type=code&client_id=714f99bb9174783b6df584970a4e2637"
Questions
Is there any solutions that i can remove "redirect_state" params?