EC2 for local development?

Hello - I have a new server that works - I can visit my EC2 path and port and open the ai-plugin.json file but I cannot seem to install the plugin - it does not detect the manifest files

Is there some trick? In my server logs I do not see any requests coming in when I click Install Plugin

when I do this on my localhost everything is fine

Do I need to switch to https and have a valid cert of EC2 / not local host? What am I missing thank you

You must be using HTTPS on port 443 in production. See Plugin Production guide.

2 Likes

Thank you I will try this! Is this to say I can’t host multiple plugins on the same host? thats a shame

You can with https://plugin1.example.com and https://plugin2.example.com

1 Like