Skip to content

Edit file functionality doesn't load for a specific file #29408

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

Closed
zhzy0077 opened this issue Feb 26, 2024 · 3 comments
Closed

Edit file functionality doesn't load for a specific file #29408

zhzy0077 opened this issue Feb 26, 2024 · 3 comments
Labels
issue/needs-feedback For bugs, we need more details. For features, the feature must be described in more detail type/bug

Comments

@zhzy0077
Copy link

zhzy0077 commented Feb 26, 2024

Description

Clicking "Edit file" in web portal takes forever and never loads for a specific file. It works pretty well for all other files.

However, git cli works perfectly for the file.

Gitea Version

1.21.6 built with GNU Make 4.4.1, go1.21.7 : bindata, timetzdata, sqlite, sqlite_unlock_notify

Can you reproduce the bug on the Gitea demo site?

No

Log Gist

Screenshots

Git Version

git version 2.40.1

Operating System

Linux

How are you running Gitea?

docker compose (with a few env configurations removed - mostly db related)

version: "3.8"
services:
  gitea:
    image: gitea/gitea
    container_name: gitea
    restart: unless-stopped
    ports:
      - 52222:22
    volumes:
      - /root/gitea:/data
      - /etc/timezone:/etc/timezone:ro
      - /etc/localtime:/etc/localtime:ro
      - /mnt/data/backup/gitea:/gitea-backup
    networks:
      - production
networks:
  production:
    external: true

Database

MySQL/MariaDB

@wxiaoguang
Copy link
Contributor

Please use Gitea 1.21 nightly, it should have been fixed there.

@wxiaoguang wxiaoguang added the issue/needs-feedback For bugs, we need more details. For features, the feature must be described in more detail label Feb 26, 2024
@lunny
Copy link
Member

lunny commented Feb 26, 2024

Fixed by #29370 and will be released on v1.21.7

@zhzy0077
Copy link
Author

It works after upgrading (temporarily) to 1.21-nightly. Thanks for the prompt answers!

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 8, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
issue/needs-feedback For bugs, we need more details. For features, the feature must be described in more detail type/bug
Projects
None yet
Development

No branches or pull requests

3 participants