我已经在网站(example.com)上实现了Google oAuth。除了我站点上子域的auth(我有成千上万个子域)的授权外,其他一切都正常。例如,当用户尝试通过子域进行授权时
fr.example.com
product1.example.com
product2.de.example.com
Run Code Online (Sandbox Code Playgroud)
我收到来自Google的错误-
The redirect URI in the request did not match a registered redirect URI
Run Code Online (Sandbox Code Playgroud)
如何解决?