Get error invalid_request Invalid redirect_uri while trying imlement Sign In with Apple (JS)

I'm trying to implement SignIn with Apple on a web page.
I successfully verified the domain (have uploaded confirmation file into .well-known dir) and green light icon have appeared.
I've made needed configuration in developer account. But, when I click into the button I being redirected to https://appleid.apple.com/auth/authorize url where I saw an error.
I tried both method of providing configuration (scope, client id, redirect uri, state) via html meta tags and via javascript, but got the same.
A litlle bit more info I have provided in feedback ticket FB7346704
In another topic I found that there might be required some manual application sync (to sync provided data between all Apple servers).
What I should do to solve the issue and successfully implement Apple Sign In (JS) on webpage

Replies

I have the same problem on my web. Did you find solution