Replies: 2 comments 5 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.
5 replies
-
|
For future reference, update the proxy. Updating traefik fixed it for me |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
-
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.aras 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.arcorrectly 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