invalid_client : Apple sign in web

I am trying to setup web sign in with apple, I have an active apple subscription and have set up all necessary things. I made a service id in apple Identifiers, connected to existing primary id (also has apple sign in enabled). I have my domain set up also correctly but still I cant generate the code due to invalid client. What do I need to do?

I have also tried recreating the service ids multiple times with no luck.

my init is

	AppleID.auth.init({
	  clientId : '[CLIENT_ID]',//used the service id one not app id
	  redirectURI : '[REDIRECT_URI]',
	  usePopup : true 
	});

link to generate codes now is: https://appleid.apple.com/auth/authorize?client_id=com.crmtournest.sigin&redirect_uri=https%3A%2F%2Fwww.tournestcrm.com%2Fauth%2Fcallback&response_type=code%20id_token&state=saciy7rn1km&scope=name%20email&response_mode=web_message&frame_id=03487c22-abb4-48cd-8613-d6bf5836e9eb&m=11&v=1.5.5

Also tried: https://appleid.apple.com/auth/authorize?client_id=com.crmtournest.sigin&redirect_uri=https%3A%2F%2Fwww.tournestcrm.com%2Fauth%2Fcallback&response_type=code%20id_token (not working)

I get invalid_client

setup on apple below:

The first image shows the other service ids I tried, but only not related to the links I use. 2nd and 3rd photos are correct.

im experiencing the same issue as well

Same issue. It's getting frustrating. I have tried so many different configurations and requests and I'm just running in circles now. I'm starting to think this is a problem on their end. Have you guys managed to find any solution?

I'm having the same problem. Does anyone know a solution?

invalid_client : Apple sign in web
 
 
Q