Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

404 error when creating new branch in web interface with pull requests disabled #8371

Closed
2 of 7 tasks
bmerrison opened this issue Oct 3, 2019 · 0 comments · Fixed by #8375
Closed
2 of 7 tasks

404 error when creating new branch in web interface with pull requests disabled #8371

bmerrison opened this issue Oct 3, 2019 · 0 comments · Fixed by #8375

Comments

@bmerrison
Copy link

  • Gitea version (or commit ref): 1.9.3 built with GNU Make 4.1, go1.12.9 : bindata, sqlite, sqlite_unlock_notify
  • Git version: 2.1.4
  • Operating system: Debian Jessie
  • Database (use [x]):
    • PostgreSQL
    • MySQL
    • MSSQL
    • SQLite
  • Can you reproduce the bug at https://try.gitea.io:
    • Yes (not sure how to provide URL as you'd need to be added to my repo)
    • No
    • Not relevant

Description

Working Case:

  1. Ensure Pull Requests are enabled in a repository's settings.
  2. Manually edit a file using the web GUI. Choose to commit the change onto a new branch.
  3. The change is committed successfully onto a new branch.

Not-working Case:

  1. Ensure Pull Requests are disabled in a repository's settings.
  2. Manually edit a file using the web GUI. Choose to commit the change onto a new branch.
  3. The change is committed successfully onto a new branch but the page returns a 404:

image

This has only become an issue since upgrading from 1.8.0 to 1.9.3.

@go-gitea go-gitea locked and limited conversation to collaborators Nov 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant