Hi there - I am not having much of success with this, on Slack’s #hex channel - I apologize for reposting, but I hope someone here has some info about the current state of hex.pm? I am trying since yesterday to publish a package, and getting 502s every time I reach the docs publishing part. I can see the package published (at hex.pm), but the docs are throwing 404. This is basically what I see from my end:
...
Publishing package...
[#########################] 100%
Publishing failed
<html><head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>502 Server Error</title>
</head>
<body text=#000000 bgcolor=#ffffff>
<h1>Error: Server Error</h1>
<h2>The server encountered a temporary error and could not complete your request.<p>Please try again in 30 seconds.</h2>
<h2></h2>
</body></html>
If hex.pm is known to work properly at this time, how can I debug this from my end, in case my mix has any gremlins in it?! For brevity, I can mix hex.publish with --dry-run, and can also generate the docs locally, w/o any issues.
I have the same problem, I run after mix hex.publish docs and the docs were published, the package is listed in my account, but when I tried to use it from anther project I got
I tried mix hex.publish docs, but then see 404, on HexDocs, even tho’ the command ends up successfully(?!) . I wish I knew a way to debug this better
$ mix hex.publish docs
Docs successfully generated.
View them at "doc/index.html".
[#########################] 100%
Docs published to https://hexdocs.pm/closure_table/0.1.1
@frigidcode - thought I should first try to exhaust the less “protocolar” avenues i.e. Slack, here… , before opening an issue there, they probably have more important issues to focus on If I’d had a way to make sure I’m not at fault, I would.
@Florin and @nadsat - it isn’t anything you are doing wrong. We are currently having a very specific infrastructure issue related to docs. Working on it now.