Hello
I’m trying to deploy a ChatGPT plugin. I have tested the plugin /upsert-file endpoint locally and it works fine then I deploy app to fly.io, deployment finished successfully the I go to the fastpai doc and tried the /upsert-file endpoint now it shows below error.
fyi - I’m using piniecone
The main thing that sticks out to me is that in your screenshot I saw localhost:8000 in your working, local example, but your internal port is set to 8080 on your fly.toml:
If you set that to 8000 and redeploy, do you see it working or any different results?