500 when trying to access wiki page #2141

Open
opened 2025-09-21 08:08:21 +02:00 by xarvh · 3 comments

Comment

My project's Wiki page provides three Page links:

https://codeberg.org/Squarepants/compiler/wiki/deleteme
https://codeberg.org/Squarepants/compiler/wiki/Purity
https://codeberg.org/Squarepants/compiler/wiki/Syntax-in-rows

Accessing any of them will display a 500 error page.

(I understand that the git url for the Wiki is git@codeberg.org:Squarepants/compiler.wiki.git , but cloning the url produces a completely different set of files).

### Comment [My project's Wiki page](https://codeberg.org/Squarepants/compiler/wiki/?action=_pages) provides three Page links: https://codeberg.org/Squarepants/compiler/wiki/deleteme https://codeberg.org/Squarepants/compiler/wiki/Purity https://codeberg.org/Squarepants/compiler/wiki/Syntax-in-rows Accessing any of them will display a 500 error page. (I understand that the git url for the Wiki is git@codeberg.org:Squarepants/compiler.wiki.git , but cloning the url produces a completely different set of files).
Owner

Hi, it seems there are multiple branches in the wiki branch and the branch you're getting shown is main, but retrieving the wiki pages is done from the master branch (for some unknown reason). I assume the pages that are in the master branch are correct? If so I can correct the wiki repository to use this branch.

Hi, it seems there are multiple branches in the wiki branch and the branch you're getting shown is `main`, but retrieving the wiki pages is done from the `master` branch (for some unknown reason). I assume the pages that are in the `master` branch are correct? If so I can correct the wiki repository to use this branch.
Author

Moved everything to main and pushed.

The page at https://codeberg.org/Squarepants/compiler/wiki/Syntax-in-rows still seems to produce a 500.
However https://codeberg.org/Squarepants/compiler/wiki/Purity , which I modified in the push, seems to work.

I guess I can modify and push also Syntax-in-rows and it will probably fix the problem, but I'll wait just in case you want to have a look at how the problem originated in the first place.

Moved everything to `main` and pushed. The page at https://codeberg.org/Squarepants/compiler/wiki/Syntax-in-rows still seems to produce a 500. However https://codeberg.org/Squarepants/compiler/wiki/Purity , which I modified in the push, seems to work. I guess I can modify and push also Syntax-in-rows and it will probably fix the problem, but I'll wait just in case you want to have a look at how the problem originated in the first place.
Owner

@xarvh wrote in #2141 (comment):

I guess I can modify and push also Syntax-in-rows and it will probably fix the problem, but I'll wait just in case you want to have a look at how the problem originated in the first place.

Not really much for me to do here, we did had a migration for the wiki repositories to migrate to main as default branch, maybe that might've done something but that was a long time ago. Feel free to fix it so the pages are accessible again.

@xarvh wrote in https://codeberg.org/Codeberg/Community/issues/2141#issuecomment-7370584: > I guess I can modify and push also Syntax-in-rows and it will probably fix the problem, but I'll wait just in case you want to have a look at how the problem originated in the first place. Not really much for me to do here, we did had a migration for the wiki repositories to migrate to `main` as default branch, maybe that might've done something but that was a long time ago. Feel free to fix it so the pages are accessible again.
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Codeberg/Community#2141
No description provided.