*server error: 500* when add a new issue comment #13

Open
opened 2025-05-02 19:44:40 +02:00 by Benjamin_Loison · 3 comments

Screenshot from 2025-05-02 17-43-43.png

Retrying again solves the issue: Benjamin_Loison/Thunderbird/issues/62#issuecomment-4068899.

Related to #7 and #12.

+8

![Screenshot from 2025-05-02 17-43-43.png](/attachments/cf821ab6-a54d-4fcc-96e5-ff4785caa429) Retrying again solves the issue: [Benjamin_Loison/Thunderbird/issues/62#issuecomment-4068899](https://codeberg.org/Benjamin_Loison/Thunderbird/issues/62#issuecomment-4068899). Related to #7 and #12. +8
Author
Owner

Screenshot from 2025-05-24 14-32-00.png

Source: Benjamin_Loison/OVH_API_helper/issues/6#issuecomment-4851303

while it uploaded well this issue comment.

![Screenshot from 2025-05-24 14-32-00.png](/attachments/5c0f67c2-01a4-42b8-8aba-b6976aa191aa) Source: [Benjamin_Loison/OVH_API_helper/issues/6#issuecomment-4851303](https://codeberg.org/Benjamin_Loison/OVH_API_helper/issues/6#issuecomment-4851303) while it uploaded well this issue comment.
Author
Owner

Once got again only once the issue.

Once got again only once the issue.
Author
Owner
*Network* request to https://codeberg.org/Benjamin_Loison/cron/issues/25/comments to post comment results in:
<!DOCTYPE html>
<html lang="en-US" data-theme="codeberg-dark">
<head>
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<title>Internal server error - Codeberg.org</title>
	<link rel="icon" href="/assets/img/favicon.svg" type="image/svg+xml">
	<link rel="alternate icon" href="/assets/img/favicon.png" type="image/png">
	<link rel="stylesheet" href="/assets/css/index.css?v=12.0.1-69-f75e427e~gitea-1.22.0">
<link rel="stylesheet" href="/assets/css/theme-codeberg-dark.css?v=12.0.1-69-f75e427e~gitea-1.22.0">

</head>
<body>
	<div class="full height">
		<nav id="navbar" aria-label="Navigation bar">
			<div class="navbar-left ui secondary menu">
				<a class="item" id="navbar-logo" href="/" aria-label="Home">
					<img width="30" height="30" src="https://design.codeberg.org/logo-kit/icon_inverted.svg" alt="Logo" aria-hidden="true">
				</a>
			</div>
		</nav>

		<div role="main" class="page-content status-page-500">
			<div class="ui container" >
				<style> .ui.message.flash-message { text-align: left; } </style>
				




	<div id="flash-message" hx-swap-oob="true"></div>


			</div>
			<div class="ui container center">
				<h1 class="tw-mt-8 error-code">500</h1>
				<p>Internal server error</p>
			</div>
			<div class="divider"></div>
			<div class="ui container tw-my-8">
				
				<div class="center tw-mt-8">
					<p>Forgejo version: 12.0.1-69-f75e427e&#43;gitea-1.22.0</p>
					
				</div>
			</div>
		</div>
	</div>

	
	<script type="module">
		const embedded = document.querySelector('.page-content .page-content.status-page-500');
		if (embedded) {
			
			const embeddedParent = embedded.parentNode;
			let main = document.querySelector('.page-content');
			main = main ?? document.querySelector('body');
			main.prepend(document.createElement('hr'));
			main.prepend(embedded);
			embeddedParent.remove(); 
		}
	</script>
</body>
</html>
{"redirect":"/Benjamin_Loison/cron/issues/25"}

which generates server error: 500 top notification.

<details> <summary>*Network* request to https://codeberg.org/Benjamin_Loison/cron/issues/25/comments to post comment results in:</summary> ```html <!DOCTYPE html> <html lang="en-US" data-theme="codeberg-dark"> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Internal server error - Codeberg.org</title> <link rel="icon" href="/assets/img/favicon.svg" type="image/svg+xml"> <link rel="alternate icon" href="/assets/img/favicon.png" type="image/png"> <link rel="stylesheet" href="/assets/css/index.css?v=12.0.1-69-f75e427e~gitea-1.22.0"> <link rel="stylesheet" href="/assets/css/theme-codeberg-dark.css?v=12.0.1-69-f75e427e~gitea-1.22.0"> </head> <body> <div class="full height"> <nav id="navbar" aria-label="Navigation bar"> <div class="navbar-left ui secondary menu"> <a class="item" id="navbar-logo" href="/" aria-label="Home"> <img width="30" height="30" src="https://design.codeberg.org/logo-kit/icon_inverted.svg" alt="Logo" aria-hidden="true"> </a> </div> </nav> <div role="main" class="page-content status-page-500"> <div class="ui container" > <style> .ui.message.flash-message { text-align: left; } </style> <div id="flash-message" hx-swap-oob="true"></div> </div> <div class="ui container center"> <h1 class="tw-mt-8 error-code">500</h1> <p>Internal server error</p> </div> <div class="divider"></div> <div class="ui container tw-my-8"> <div class="center tw-mt-8"> <p>Forgejo version: 12.0.1-69-f75e427e&#43;gitea-1.22.0</p> </div> </div> </div> </div> <script type="module"> const embedded = document.querySelector('.page-content .page-content.status-page-500'); if (embedded) { const embeddedParent = embedded.parentNode; let main = document.querySelector('.page-content'); main = main ?? document.querySelector('body'); main.prepend(document.createElement('hr')); main.prepend(embedded); embeddedParent.remove(); } </script> </body> </html> {"redirect":"/Benjamin_Loison/cron/issues/25"} ``` </details> which generates *server error: 500* top notification.
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#13
No description provided.