I currently have 3 DNS records:
www.erbij.app - CNAME - www.erbij.app.herokudns.com
api.erbij.app - CNAME - api.erbij.app.herokudns.com
erbij.app - CNAME - erbij.app.herokudns.com
Our web app and api are functioning fine. However, I'd like to have our email hosted by Google Suite, so I'm trying to add MX records:
erbij.app - MX - ASPMX.L.GOOGLE.COM.
But I get an error that I can't have two records for erbij.app. I've tried contacting my domain registrar, but they don't have a blue.
In this SO question the possible solution of subdomain redirection is mentioned, but how does this work? If erbij.app is not pointing to a server, how can I use server software to redirect all requests to www.erbij.app?
My apologies if this is a silly question. I know very little about DNS records.