elysiajs / elysia-swagger

A plugin for Elysia to auto-generate Swagger page
MIT License
85 stars 47 forks source link

"Test Request" not working when running in production with Fly.io #164

Open svelterust opened 5 hours ago

svelterust commented 5 hours ago

Locally I can test request at /swagger, but when deployed to Fly.io it doesn't work. I get this error:

dial tcp: lookup api-cool-shadow.fly.dev on 169.254.169.254:53: no such host

image

svelterust commented 5 hours ago

Repository is here: https://github.com/svelterust/api