KOE006 when using Kakao auth login

Hi guys, I get the error KOE006 when I implement the Kakao Login by presenting popup consent screen.

I already read the docs about the error and also add to the App settings. However it cannot work for me. Also I check with the Kakao extension and see that the redirect_url is kakaojs

My App ID is 647228

The code I use to show the login popup is like in the example:

Kakao.Auth.login({
success: function(authObj:any) {
alert(JSON.stringify(authObj))
},
fail: function(err:any) {
alert(JSON.stringify(err))
},
})

Please help me for this. Thanks

hi.
Please use “JAVASCRIPT_KEY” rather than “REST_API_KEY”.