When I am using desktop browser(Chrome) everything is fine, I type appname.herokuapp.com
and I got redirected to https://
but when I try to enter my application on mobile version of Chrome for android and I do the same thing it gets redirected to http://
and then I have to add "s
" to URL
. What could be a reason behind this?
App is wrriten with react.js, node.js, express, no database.
Asked
Active
Viewed 152 times
0

jmargolisvt
- 5,722
- 4
- 29
- 46

ChristoK
- 1
-
Are you using express? – diogo.silva Oct 05 '20 at 19:37
-
@diogo.silva yes I am – ChristoK Oct 05 '20 at 20:37
-
Check out this solution: https://stackoverflow.com/a/31144924/8469219 – diogo.silva Oct 06 '20 at 11:51