This is a simple calculator app that is supposed to save all calculations made as strings, and all users with the calculator's site open would be updated with the new calculations anyone makes on the site.
I am trying to deploy a project using React, MySQL db, and JawsDB on Heroku, but after following the Heroku/Jaws deployment instructions that we used on our Note Taker assignment, my db connection is not working. I am getting the errors: "TypeError: Failed to fetch", and "GET http://..... net ERR_CONNECTION REFUSED"
Would greatly appreciate any help you can offer.