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
Running as service with binaries (gitea-1.16.1-linux-amd64).
Database
SQLite
Can you reproduce the bug on the Gitea demo site?
No
Description
After upgrading from 1.15.10 to 1.16.1 I get a 500 error when accessing the dashboard.
Other pages seem to work correctly if I open them directly (repos, issues, ...).
(the same issue happened a week ago when I tried to upgrade from 1.15.10 to 1.16.0 but I haven't opened an issue at that time due to lack of time, sorry)
Log contains only this relevant line:
.../web/feed/profile.go:22:RetrieveFeeds() [E] GetFeeds: Find: converting driver.Value type string to a int64: invalid syntax
Database version before update was 189, after first run it was 209.
I've reverted back to 1.15.10 (both binaries and DB).