Facing errors in adding Sign in with Apple

i have inserted a link of error which is coming after logging in on apple id and the error is "Cannot POST /home" i am using this url for sign in with apple-> "https://appleid.apple.com/auth/authorize?client_id=" + this.apple_clientId + "&redirect_uri="+ this.appleuri + "&response_type=code%20id_token" + "&scope=name%20email" +"&response_mode=form_post"

Please help me to correct this error

Facing errors in adding Sign in with Apple
 
 
Q