You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ubuntu Server 20.04LTS (Linux 5.8.0-1039-azure 42~20.04.1-Ubuntu SMP x86_64)
Running Gitea in Docker. Followed docker-composeinstructions.
Using PostgreSQL version 13.3 (Debian 13.3-1.pgdg100+1)
Symptoms
I've been playing around with Gitea on a local VM.
I created an empty repository called "Test" and set the default branch to "main".
I immediately tried to create a WIki and add a page. I used the default body "Welcome to the Wiki." However, the page title was not populated by default. I named the page "Home" and clicked "Save page".
This produced a page that read "500" and the attached error messages.
I was not able to reproduce on try.gitea.io.
Logs
The resulting log output:
2021/08/04 10:20:44 Started POST /jkiv/Test/wiki/_new for 172.19.0.1:46174
2021/08/04 10:20:44 ...ervices/wiki/wiki.go:93:prepareWikiFileName() [E] exit status 128 - fatal: Not a valid object name master
2021/08/04 10:20:44 ...ers/web/repo/wiki.go:616:NewWikiPost() [E] AddWikiPage: exit status 128 - fatal: Not a valid object name master
2021/08/04 10:20:44 Completed POST /jkiv/Test/wiki/_new 500 Internal Server Error in 28.04429ms
docker-compose
instructions.Symptoms
I've been playing around with Gitea on a local VM.
I created an empty repository called "Test" and set the default branch to "main".
I immediately tried to create a WIki and add a page. I used the default body "Welcome to the Wiki." However, the page title was not populated by default. I named the page "Home" and clicked "Save page".
This produced a page that read "500" and the attached error messages.
I was not able to reproduce on
try.gitea.io
.Logs
The resulting log output:
docker-compose.yml
:The
docker-compose.yml
:app.ini
The
app.ini
with secrets intentionally removedScreenshots
The repo:
Creating the wiki:
No default title (unlike
try.gitea.io
):Before submitting:
After submitting:
The text was updated successfully, but these errors were encountered: