invalid redirect uri on authorizing

Hello,

I am going to make users sign in with apple on my website.

This account is my personal account and the real client_id of my company's service is com.ymsco.jangjeon

The site url is https://jangjeonhae.bubbleapps.io/ and my redirect uri is https://jangjeonhae.bubbleapps.io/login

I have a problem to show the window for sign in with apple.

I'm using this

https://appleid.apple.com/auth/authorize?response_mode=form_post&response_type=code&client_id=com.ymsco.jangjeon&scope=name%20email&state=%5Bthestate%5D&redirect_uri=http://jangjeonhae.bubbleapps.io/login/

I got the error "invalid request_ invalid redirect uri"

Is there any problem on the link address? Please let me know how to solve the problem.

invalid redirect uri on authorizing
 
 
Q