I am running into an issue where I run into an authorization loop.
My setup is a server in the middle that handles the authentication and additional endpoints (for now only one additional endpoint).
I have created the action with OAuth security scheme. When I test the endpoint, it calls it correctly (sends the json), then requests authentication. Upon successful redirection back to chatGPT it asks me to authenticate again.
I cannot seem to get it to complete the original request. It just asks me to authenticate again. By the way, the authentication is always successful.
In my server logs I noticed it only shows the /authenticate and never calls the original function (even though I can see gpt has the correct json).