You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see that the value of the redirect_uri variable is hardcoded, but since my CPA is deployed on a server via a docker container, if I access the CPA via a PC browser, if I want to do a Codex authorization, the domain name of the callback is localhost:1455, which is not going to resolve correctly to the server where the CPA is actually located! This will not resolve to the server where the CPA is really located. The result is that I can't jump to it properly and have to submit the callback URL as a manual copy.
const (
AuthURL="https://auth.openai.com/oauth/authorize"TokenURL="https://auth.openai.com/oauth/token"ClientID="app_EMoamEEZ73f0CkXaXp7hrann"RedirectURI="http://localhost:1455/auth/callback"// here
)
So, I would like to know if there is a way to customize the configuration of the callback URL or if there is any other way to resolve this query.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I see that the value of the redirect_uri variable is hardcoded, but since my CPA is deployed on a server via a docker container, if I access the CPA via a PC browser, if I want to do a Codex authorization, the domain name of the callback is localhost:1455, which is not going to resolve correctly to the server where the CPA is actually located! This will not resolve to the server where the CPA is really located. The result is that I can't jump to it properly and have to submit the callback URL as a manual copy.
So, I would like to know if there is a way to customize the configuration of the callback URL or if there is any other way to resolve this query.
Beta Was this translation helpful? Give feedback.
All reactions