500 when trying to access wiki page #2141
Labels
No labels
accessibility
bug
bug
infrastructure
Codeberg
contributions welcome
docs
duplicate
enhancement
infrastructure
legal
licence / ToS
please chill
we are volunteers
public relations
question
question
user support
s/Forgejo
s/Forgejo/migration
s/Pages
s/Weblate
s/Woodpecker
security
service
upstream
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Codeberg/Community#2141
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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).
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 themaster
branch (for some unknown reason). I assume the pages that are in themaster
branch are correct? If so I can correct the wiki repository to use this branch.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.
@xarvh wrote in #2141 (comment):
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.