Failing requests to Heroku Node server over WiFi
Quite a few of my app users are reporting issues connecting to my Heroku Node server while on WiFi. When the issue occurs, their WiFi connection otherwise seems to be working fine (they can access the internet and successfully hit endpoints for other services, e.g. Firebase, etc.).
How can I solve an H10 error that crashed my app?
My heroku app fails to work when I click open app and always shows the same error which is H10 while I try to run my app which is node.js based and has the start script on index.js. My mongodb connection string is updated in the config vars. My app and all the endpoints run […]