Domain provider doesn't allow @ for CNAME record

I have a Rails app deployed to fly.io that I want to use my domain name for. However, both domain providers that I have domains with: IONOS and Hover do not allow me to make CNAME records with @ as the hostname. Instead, they say I must use the redirect functionality. This makes it so the domain name redirects to the fly.dev url however I want the url to always be the custom one.

For example: I want example-app.fly.dev/home to be accessed using example.com/home (the custom domain I already own).

I also tried to create an A record but the ip address of my fly.io application doesn’t seem to work.

I feel like I’m missing something in this whole process and don’t know what I’m doing.

Hi @blainefreestone! Have you created a certificate for your custom domain (fly certs add)?

If not, then this may be what’s missing. If you have, though, is there a specific error or behavior that you’re seeing trying to access the site?

From How To to Questions / Help

Added certificates

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.