web apple sign in Invalid web redirect url.

I hava try different scope (eg: openid,name, emial),but also Invalid web redirect url.

Code Block
<meta name="appleid-signin-client-id" content="jp.g123.h5">
<meta name="appleid-signin-scope" content="name">
<meta name="appleid-signin-redirect-uri" content="https://h5.local.g123.jp/auth/v1/apple/callback">
<meta name="appleid-signin-state" content="g123">


when I click the signin button
I got a pop and the url is

Code Block
https://appleid.apple.com/auth/authorize?client_id=jp.g123.h5&redirect_uri=https://h5.local.g123.jp/auth/v1/apple/callback&response_type=code id_token&state=g123&scope=name&response_mode=web_message&frame_id=fa5459d2-79d7-4def-8a80-91211476ba96&m=22&v=1.5.3


I solved it . the reson is my callback url is mistake

What was your solution? I am having the same error and I am sure it is my callback url but I cannot figure out how to fix it.

web apple sign in Invalid web redirect url.
 
 
Q