SuaveIO / suave

Suave is a simple web development F# library providing a lightweight web server and a set of combinators to manipulate route flow and task composition.
https://suave.io
Other
1.32k stars 198 forks source link

Documentation web pages down #785

Open rynoV opened 5 months ago

rynoV commented 5 months ago

I get HTTP Error 502.3 - Bad Gateway for any of the pages from docs

image

toraritte commented 5 months ago

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