I have a GPT with OAuth 2.0 action. It was working fine till yesterday before the outage. But after the outage I saw that the Action is stuck in permission loop.
Same issue, same fix. The symptom I was seeing is that all actions tried to show me a sign-in button—clicking the sign-in button didn’t even redirect to my authorization link, it just redirected to https://chat.openai.com/gpts/editor/undefined. Notably, checking ‘connected accounts’ showed that my account was already logged out, so there was nothing to reset. I’m guessing it was probably caused by a faulty database migration or similar.
Deleting and re-creating my action solved the problem.