Failed to register site domain

Can I know how to set http: // localhost: 8080 as domain, because I failed to set the localhost as domain.

Thank you.

@anon56029308

you can register localhost as website domain.
The domain must contain the protocol, domain, and port, excluding uri path.
image

@lars.1

I did register localhost as website domain and I hit this error again.

Kakao.init(‘964132215abd4dd26f9120cd646f01d2’)
function loginWithKakao() {
Kakao.Auth.authorize({
redirectUri: ‘https://localhost:8080
})
}

image