Replies: 1 comment 3 replies
-
Have you tried explicitly specifying the FastAPI container port in your service? Also, the logs can be found under Servers -> YOUR_SERVER -> Proxy tab -> Logs |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Context
Hi everyone! I'm facing an issue while hosting a FastAPI application using Coolify on a VPS. Here’s the setup:
The Coolify dashboard is successfully running at
https://coolify.mydomain.com.ar
.My FastAPI service is healthy in Coolify, and I’ve set
https://plus-api.mydomain.com.ar
as the custom domain for the service.Issue
When I try to access
https://plus-api.mydomain.com.ar
, I receive the error:"No available server." (though it correctly connects via HTTPS)
Steps Taken So Far
Here’s what I’ve tried:
plus-api.mydomain.com.ar
correctly points to my VPS IP address.ufw status
).https://
for SSL handling.Additional Details
Questions
Any advice or suggestions would be greatly appreciated. Thanks in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions