Skip to content

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

Closed
@zhzy0077

Description

@zhzy0077

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    issue/needs-feedbackFor bugs, we need more details. For features, the feature must be described in more detailtype/bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions