opensandiego / mealscount-backend

Optimizing a free-meal reimbursement program for K-12 schools
MIT License
12 stars 15 forks source link

URL resolution issue #71

Open jerryhall opened 4 years ago

jerryhall commented 4 years ago

When manually entering https://mealscount.com into browser the site does not resolve. Tested in Firefox v80.0 and Chrome 85.0.

I discovered this after tweeting as no page was resolving and displaying, just the tweet with typed URL.

http://mealscount.com does resolve to https://mealscount.com/#/

Beautiful job on the site!!

nikolajbaer commented 4 years ago

Thanks for the update! I will take a look at this!

nikolajbaer commented 3 years ago

Adding a note on this, currently the DNS is being served via AWS Route53 on the opensandiego account. This does not allow me to directly point to a root domain CNAME which is what Heroku requires for a root domain.

To do this, I need to change the DNS provider. The most likely choice is Cloudflare, as it is free and does a bunch of stuff. Still todo.