There shouldn’t be anything fancy about the code in https://glitch.com/edit/#!/designing?path=server.coffee , but loading my project (http://designing.glitch.me/) gives me or sometimes
as opposed to the expected
any suggestions? thanks
There shouldn’t be anything fancy about the code in https://glitch.com/edit/#!/designing?path=server.coffee , but loading my project (http://designing.glitch.me/) gives me or sometimes
as opposed to the expected
any suggestions? thanks
We don’t automatically redirect from http to https, but you can implement it using this method: https://glitch.com/edit/#!/large-patch.
When trying over https, it looks like the problem is caused by the favicon: “The page at ‘https://designing.glitch.me/’ was loaded over HTTPS, but requested an insecure favicon ‘http://glitch.com/favicon.ico’. This content should also be served over HTTPS.”
whoops forgot about the favicon from this old remixed project, thanks!
I’d recommend using this as it is a middleware and is simpler https://glitch.com/edit/#!/force-http-or-https