*server error: 502* on first try to create an issue #12

Open
opened 2025-04-30 14:41:34 +02:00 by Benjamin_Loison · 3 comments

Timely seems to match Anubis addition.

Retrying solves the issue.

Related to Improve_websites_thanks_to_open_source/issues/1551.

Timely seems to match Anubis addition. Retrying solves the issue. Related to [Improve_websites_thanks_to_open_source/issues/1551](https://codeberg.org/Benjamin_Loison/Improve_websites_thanks_to_open_source/issues/1551).
Author
Owner

Bad Gateway seems to make sense in this context, source: Wikipedia: HTTP 502 (1286244298).

*Bad Gateway* seems to make sense in this context, source: [Wikipedia: HTTP 502 (1286244298)](https://en.wikipedia.org/w/index.php?title=HTTP_502&oldid=1286244298).
Author
Owner

Maybe I am confusing with https://gitea.lemnoslife.com as I faced this issue due to Benjamin-Loison/gitea/issues/118.

Maybe I am confusing with https://gitea.lemnoslife.com as I faced this issue due to [Benjamin-Loison/gitea/issues/118](https://github.com/Benjamin-Loison/gitea/issues/118).
Author
Owner
Example of response:
<!doctype html>
<title>502 Service unavailable - Codeberg.org</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
	body { text-align: center; font: 20px Helvetica, sans-serif; color: #333; }
h1 { font-size: 3rem; }
article { display: block; text-align: start; margin: 0 auto; }
a { color: #2185d0; text-decoration: none; }
a:hover { text-decoration: none; }
@media (prefers-color-scheme: dark) {
	body { background-color: #171e26; color: #fff; }
	a { color: #4793cc; }
}
@media only screen and (min-width: 48rem) {
	body { padding: 9rem; }
	article { width: 40rem; }
}

</style>

<article>
	<h1>Service unavailable</h1>
	<p>This Codeberg service is currently unavailable due to technical difficulties, maintenance or a service update.</p>
	<p>We are sorry for the inconvenience, and we do hope that we'll be back soon.</p>
	
		<p>There is currently a status note:
			<blockquote>
				<p>We are currently rebooting our main instance to wrap up a hardware maintenance we had earlier today. We expect a disruption of a few minutes.</p>

			</blockquote>
		</p>
	
	<p>
		If this error continues to show up, please have a look at our <a href="https://status.codeberg.org">status page</a>.<br>
		For more information on possible outages, follow us on <a href="https://social.anoxinon.de/@codeberg">Mastodon</a> or have a look at our <a href="https://matrix.to/#/#codeberg.org:matrix.org">Matrix channel</a>.
	</p>
</article>
<details> <summary>Example of response:</summary> ```html <!doctype html> <title>502 Service unavailable - Codeberg.org</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <style> body { text-align: center; font: 20px Helvetica, sans-serif; color: #333; } h1 { font-size: 3rem; } article { display: block; text-align: start; margin: 0 auto; } a { color: #2185d0; text-decoration: none; } a:hover { text-decoration: none; } @media (prefers-color-scheme: dark) { body { background-color: #171e26; color: #fff; } a { color: #4793cc; } } @media only screen and (min-width: 48rem) { body { padding: 9rem; } article { width: 40rem; } } </style> <article> <h1>Service unavailable</h1> <p>This Codeberg service is currently unavailable due to technical difficulties, maintenance or a service update.</p> <p>We are sorry for the inconvenience, and we do hope that we'll be back soon.</p> <p>There is currently a status note: <blockquote> <p>We are currently rebooting our main instance to wrap up a hardware maintenance we had earlier today. We expect a disruption of a few minutes.</p> </blockquote> </p> <p> If this error continues to show up, please have a look at our <a href="https://status.codeberg.org">status page</a>.<br> For more information on possible outages, follow us on <a href="https://social.anoxinon.de/@codeberg">Mastodon</a> or have a look at our <a href="https://matrix.to/#/#codeberg.org:matrix.org">Matrix channel</a>. </p> </article> ``` </details>
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Benjamin_Loison/codeberg#12
No description provided.