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
built from source with Go 1.17.2, Node 14.17.6 (npm 6.14.15) on Ubuntu 20.04. Running as systemd service on production mode. Connected to a PostgreSQL 14 instance on separate server.
I'm trying to access one of my repo (a local copy of git.git) on the web interface (at https://gitnode.io/bagas/git). It returns 500 error instead of showing the repo contents. Going through log, the error occurs at renderDirectoryFiles(), but before it logs LastCommitCache stuff.
Screenshots
(not relevant, since the 500 error page is generic).