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
Since the update to 1.15.8 the repositories overview on the dashboard is empty as can be seen in the attached screenshot. Downgrading to 1.15.7 resolves the issue. The log shows that when accessing the API to query the repos, status code 403 is returned. Performing the query directly in the browser gives {"message":"Only signed in user is allowed to call APIs."} in addition to the 403.
Screenshots
The text was updated successfully, but these errors were encountered:
Gitea Version
1.15.8
Git Version
2.34.1
Operating System
Arch Linux
How are you running Gitea?
Installed via the community gitea package and run using systemd.
Database
MySQL
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
https://gist.github.com/aeveris/315ab6efd8441b7992fce87dd295b526
Description
Since the update to 1.15.8 the repositories overview on the dashboard is empty as can be seen in the attached screenshot. Downgrading to 1.15.7 resolves the issue. The log shows that when accessing the API to query the repos, status code 403 is returned. Performing the query directly in the browser gives
{"message":"Only signed in user is allowed to call APIs."}
in addition to the 403.Screenshots
The text was updated successfully, but these errors were encountered: