I have developed a custom application using GPT’s capabilities.
However, when attempting to sign in to the application, I encounter an error message stating “Missing token.”
Below are the URLs I have utilized in the configuration:
“callback_url”: “https://chat.openai.com/aip/g-38c6a1b7e75801a41d0ee733742b9b3e72534d62/oauth/callback”,
“authorize_url”: “https://great-badger-92.clerk.accounts.dev/oauth/authorize”,
“token_fetch_url”: “https://great-badger-92.clerk.accounts.dev/oauth/token”,
I would appreciate it if anyone provide any suggestions on how to resolve this issue.