I have built the plugin service on my server on a non-http or https port. My ai-plugin.json file is hosted at http://www.example.com:12345/.well-known/ai-plugin.json.
So when I am asked to provide the domain name for ai-plugin, I provide my server as http://www.example.com:12345. But the system complains that “could not find manifest”. So far all the examples I saw use the standard http or https ports. Is it possible for us to serve the plugin on a customized port? We may not be able to serve our service on the standard ports.
Your help will be greatly appreciated. Thanks a lot!