Difference between localhost sites and heroku hosted sites
I built an app, Everything works perfectly locally.
Time to deploy to heroku.
Once on heroku I noticed that sometimes when I submitted something to my api from my front end site, there would be a significant delay of 2-3 seconds occasionally.
Other than possible removing heroku as the culprit by upgrading, the issue could possibly still be network related.
To bypass this I am going to build in a display message to show users that they did actually hit submit so they aren’t tempted to click submit twice.
Still dealing with network issues despite leaving Systems Administration behind.
