1 messages · Page 1 of 1 (latest)
Has anyone experienced issues with custom GPT Actions where the API, Manifest file, set up for POST requests on a specific endpoint, is receiving GET requests from openAi, leading to a "405 Method Not Allowed" error?
As you can see its defined to use 'POST' here, however on the backend i'm getting GET from openAI.