Hello Fly!
We use your service for a while now and it seems, like stumbled upon an issue with Rest API.
As SAAS we use fly api to create certificates automatically for specific addresses.
We use this endpoint: https://api.fly.io/api/v1/apps/#{FLY_API_APPNAME}/hostnames with following payload: {data: {attributes: {hostname: @hostname}}}
This works well for our production app, that was created long ago, but it seems like it doesn’t for a fresh app, that we use as staging. Moreover, when we try to fetch the whole list of cert hostnames, just by doing get query for the same endpoint the results are different for each app.
For new app it’s empty (despite having some certs). for old app it returns whole list.
My guess, is that we are using some old API. What should we do?