Replies: 2 comments 5 replies
|
For future reference, update the proxy. Updating traefik fixed it for me |
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!
All reactions