suave
suave copied to clipboard
Documentation web pages down
I get HTTP Error 502.3 - Bad Gateway for any of the pages from docs
I get the same for almost every page on suave.io, but they seem to be loading after a while. For example, I try one page, reload it several times, get the same error page, then when I try to load it on my phone, it works and later it works on my computer as well.
The instructions to build the docs locally still work however, and the generated HTML looks good despite lacking some of the formatting of the main site:
git clone https://github.com/SuaveIO/suave
cd suave/docs
# you may need to delete `Gemfile.lock` if your local Ruby version differs.
bundle install
bundle exec jekyll build