I for some reason am having a hard time getting a plugin to work. I have tried so many different approaches, it can’t be this hard!
I am behind Cloudflare, which could be the problem, but I can not prove it, I don’t even see ChatGPT hitting Cloudflare. But regardless, I have a rule set up to skip the json and yaml files.
If I do this all locally, it works as expected, just not on the live server.
I have tried Coldfusion: Can’t get it to find the plugin
I have built a separate API in Flask, which I could get working locally, but not working live.
I’m running out of things to test. I am dumping out the request to a json on the server, and it appears ChatGPT never even hits the request or it would dump out something.
Not much in the way of errors.
https://hylytr.com/.well-known/ai-plugin.json
-
{detail: “Error getting plugin: {“message”:“Plugin not found”}”}
-
detail: “Error getting plugin: {"message":"Plugin not found"}”
Any ideas that I might be missing?