After successfully deploying my Rust service to the Clever Cloud platform and testing it on PROD and localhost, I am now facing the challenge of binding my custom domain with the deployed service.
I would like to eliminate the need for using the lengthy Clever Cloud URL when making requests to my service. Instead, I want to be able to simply use fetch('/hey')
in my code.
Despite adding a CNAME record to my domain provider, I am still unable to receive the expected response from the service. This issue has left me feeling lost as I lack experience in backend development and the Clever Cloud platform.
If anyone can provide guidance or additional requirements needed to resolve this issue, it would be greatly appreciated.