Package-View broken #12659

Closed
opened 2025-11-02 10:17:28 -06:00 by GiteaMirror · 2 comments
Owner

Originally created by @MarkusS04 on GitHub (Mar 16, 2024).

Description

When opening the Packages, the Rrpo doesn't matter I get the following error:
Also in the admin package.

Render failed, failed to render template: repo/packages, error: template error: builtin(bindata):package/shared/list:23:16 : executing "package/shared/list" at <.FullWebLink>: can't evaluate field FullWebLink in type *packages.PackageDescriptor
----------------------------------------------------------------------
					<a href="{{.FullWebLink}}">{{.Package.Name}}</a>
					           ^
----------------------------------------------------------------------

Gitea Version

1.21.8 built with GNU Make 4.4.1, go1.21.8 : bindata, timetzdata, sqlite, sqlite_unlock_notify

Screenshots

image

How are you running Gitea?

Docker Container

Database

PostgreSQL

Originally created by @MarkusS04 on GitHub (Mar 16, 2024). ### Description When opening the Packages, the Rrpo doesn't matter I get the following error: Also in the admin package. ``` Render failed, failed to render template: repo/packages, error: template error: builtin(bindata):package/shared/list:23:16 : executing "package/shared/list" at <.FullWebLink>: can't evaluate field FullWebLink in type *packages.PackageDescriptor ---------------------------------------------------------------------- <a href="{{.FullWebLink}}">{{.Package.Name}}</a> ^ ---------------------------------------------------------------------- ``` ### Gitea Version 1.21.8 built with GNU Make 4.4.1, go1.21.8 : bindata, timetzdata, sqlite, sqlite_unlock_notify ### Screenshots ![image](https://github.com/go-gitea/gitea/assets/89395177/ade02c57-4bbd-49bb-8b54-23094397e8cc) ### How are you running Gitea? Docker Container ### Database PostgreSQL
GiteaMirror added the type/bug label 2025-11-02 10:17:28 -06:00
Author
Owner

@wxiaoguang commented on GitHub (Mar 16, 2024):

Sorry for the inconvenience.

  • Known Issues
    • Browsing "packages" pages might cause 500 error, it could be fixed by updating to pre-1.21.9:
@wxiaoguang commented on GitHub (Mar 16, 2024): Sorry for the inconvenience. * Known Issues * Browsing "packages" pages might cause 500 error, it could be fixed by updating to pre-1.21.9: * Docker image: use `gitea/gitea:1.21-nightly` and `gitea/gitea:1.21-nightly-rootless` * Binary: download from https://dl.gitea.com/gitea/1.21/
Author
Owner

@silverwind commented on GitHub (Mar 16, 2024):

Duplicate of pinned issue https://github.com/go-gitea/gitea/issues/29773.

@silverwind commented on GitHub (Mar 16, 2024): Duplicate of pinned issue https://github.com/go-gitea/gitea/issues/29773.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#12659