I'm getting a 522 timeout when loading style.css in public/index.html, L10 <link rel="stylesheet" href="https://latest.cactus.chat/style.css" type="text/css">. Originally, coming from the theme, the line is at themes/cactus/layouts/partials/head.html L7 <link rel="stylesheet" href="https://latest.cactus.chat/style.css" type="text/css">.
It's preventing the webpage from loading altogether, how can I fix this? Note that this is happening both in netlify and local server.
I'm getting a 522 timeout when loading
style.css
inpublic/index.html
, L10<link rel="stylesheet" href="https://latest.cactus.chat/style.css" type="text/css">
. Originally, coming from the theme, the line is atthemes/cactus/layouts/partials/head.html
L7<link rel="stylesheet" href="https://latest.cactus.chat/style.css" type="text/css">
.It's preventing the webpage from loading altogether, how can I fix this? Note that this is happening both in netlify and local server.
Note that I'm in fact seeing the same behavior when I load the demo webpage at https://www.takuzen.me/hugo-theme-cactus/.