I was doing multiple tests with my actions’ schema et al and was able to successfully call my API with my redirect_uri set to https://chat.openai.com/aip/{{PLUGIN_ID}}/oauth/callback
.
However, after I saved it, I noticed that my plugin id seemed to have changed in the URL of the editor and chats. The callback url provided did not though.
I started getting a bug where it says “Sign in with…” so I try to, but it immediately spits me out. The redirect from chats is back to the main page. The redirect from the editor is to “https://chat.openai.com/gpts/editor/undefined”.
I have tried going back and changing that variable with the hardcoded callback url it provides, but I still get the same problem.