Has anyone experienced the same thing? Was testing a very simple plugin that I developed. Installation was successful, but ChatGPT was taking forever to use the plugin.
When I try it with a published plugin from the plugin store though, it went smoothly.
Thanks!
I’m experiencing the same issue. My own plugin can be invoked successfully, but I don’t know how to send a query request. When I encounter the line ‘GET /openapi.yaml HTTP/1.1’ 200 OK, the entire page becomes unresponsive.
It appears this issue could be something to do with the Auth type, for example for our plugin we use the Oauth2 auth type. It seems other plugins using Oauth2 authentication are affected.