Hey all,
On mobile, requests to login to our GPT are sending mixed redirect URIs leading to errors on processing.
For example, the authorization code req has redirect URI
redirect_uri=https://chat.openai.com/aip/g-67ed87ab2d2ac62368c5a3412821c2f063ac3dcd/oauth/callback
but the associated token request has
https://chatgpt.com/aip/g-67ed87ab2d2ac62368c5a3412821c2f063ac3dcd/oauth/callback
Clearly referencing the same path, but the base domain is different and causing the process to fail due to the mixup.